diff --git a/games/adom/Makefile b/games/adom/Makefile index ee5d7f94064..51164f64849 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.16 2002/11/14 14:39:38 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2002/11/23 14:05:15 espie Exp $ # Author: Thomas Biskup COMMENT= "Ancient Domains of Mystery - roguelike" -DISTNAME= adom-1.1.0 +DISTNAME= adom-1.1.1 CATEGORIES= games MASTER_SITES= http://www.adom.de/adom/download/linux/ HOMEPAGE= http://www.adom.de/ -DISTFILES= adom-110-elf.tar.gz +DISTFILES= adom-111-elf.tar.gz ONLY_FOR_ARCHS= i386 @@ -40,8 +40,8 @@ RUN_DEPENDS= :redhat-base-*:emulators/redhat/base do-install: @${INSTALL_DATA_DIR} ${ADOM_DOC} - @cd ${WRKSRC} && ${INSTALL_DATA} adomfaq.txt manual.doc readme.1st techstat.doc ${ADOM_DOC} - # Kludge to work around the absence of libncurses. + @cd ${WRKSRC} && ${INSTALL_DATA} adomfaq.txt manual.doc readme.1st ${ADOM_DOC} +# Kludge to work around the absence of libncurses. @cd ${WRKSRC} && sed -e s,libncurses.so.5,libncurses.so.4, adom >adom.new @cd ${WRKSRC} && ${INSTALL} ${INSTALL_COPY} \ -o ${BINOWN} -g ${ADOMOWN} -m 2555 adom.new ${PREFIX}/bin/adom diff --git a/games/adom/distinfo b/games/adom/distinfo index e2154e53fc5..3b47d462cf8 100644 --- a/games/adom/distinfo +++ b/games/adom/distinfo @@ -1,3 +1,3 @@ -MD5 (adom-110-elf.tar.gz) = 3ac3686d6a02cef38a0d957efe6447c4 -RMD160 (adom-110-elf.tar.gz) = 402e9afb5bd682fffb8d4450dbee9e9b43642939 -SHA1 (adom-110-elf.tar.gz) = 766fdbdbed94663779c49c603a842d4a852fba35 +MD5 (adom-111-elf.tar.gz) = 801484ba7c7c03b3b999365bc45db053 +RMD160 (adom-111-elf.tar.gz) = e70eafb97484f6de4330403142c40fd78c4aecaf +SHA1 (adom-111-elf.tar.gz) = 5786195535f629c2a9aec90afcea22e9ea6d20d2 diff --git a/games/adom/pkg/MESSAGE b/games/adom/pkg/MESSAGE index d28a9ad840c..deb273879ad 100644 --- a/games/adom/pkg/MESSAGE +++ b/games/adom/pkg/MESSAGE @@ -1,3 +1,2 @@ -Please check the readme.1st file -(usually /usr/local/share/doc/adom/readme.1st) +Please check the file ${PREFIX}/share/doc/adom/readme.1st for licensing terms. diff --git a/games/adom/pkg/PLIST b/games/adom/pkg/PLIST index cdffa2ed757..3d0b09ed196 100644 --- a/games/adom/pkg/PLIST +++ b/games/adom/pkg/PLIST @@ -1,8 +1,7 @@ -@comment $OpenBSD: PLIST,v 1.3 2002/11/14 14:39:38 espie Exp $ +@comment $OpenBSD: PLIST,v 1.4 2002/11/23 14:05:15 espie Exp $ bin/adom share/doc/adom/adomfaq.txt share/doc/adom/manual.doc share/doc/adom/readme.1st -share/doc/adom/techstat.doc @dirrm share/doc/adom @unexec echo "Please remove /var/lib/adom/ hiscores manually"