diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-13 01:53:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-13 01:53:58 +0000 |
commit | 799605e08d7c27670a33383bbd5953d9e5db0624 (patch) | |
tree | a5fa16533b88f5efc5cdc2d01c4781481c98acad /games | |
parent | upgrade to 0.05 (diff) |
upgrade to 1.1.0
PR: 45244
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=69997
Diffstat (limited to 'games')
-rw-r--r-- | games/adom/Makefile | 6 | ||||
-rw-r--r-- | games/adom/distinfo | 2 | ||||
-rw-r--r-- | games/adom/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index d314cea559ef..b879992393ad 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -6,10 +6,10 @@ # PORTNAME= adom -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= games linux MASTER_SITES= http://www.adom.de/adom/download/linux/ -DISTNAME= adom-100-elf +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf MAINTAINER= rover@lglobus.ru @@ -26,7 +26,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/adom ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for docs in readme.1st adomfaq.txt manual.doc +.for docs in readme.1st adomfaq.txt manual.doc techstat.doc @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} .endfor .endif diff --git a/games/adom/distinfo b/games/adom/distinfo index a584dfd3fac1..3250a0b2faed 100644 --- a/games/adom/distinfo +++ b/games/adom/distinfo @@ -1 +1 @@ -MD5 (adom-100-elf.tar.gz) = 39538706a734f643c01a89c3948fe0d5 +MD5 (adom-110-elf.tar.gz) = 3ac3686d6a02cef38a0d957efe6447c4 diff --git a/games/adom/pkg-plist b/games/adom/pkg-plist index 384c0f63aa7f..58df1316ba90 100644 --- a/games/adom/pkg-plist +++ b/games/adom/pkg-plist @@ -2,4 +2,5 @@ bin/adom %%PORTDOCS%%share/doc/adom/adomfaq.txt %%PORTDOCS%%share/doc/adom/manual.doc %%PORTDOCS%%share/doc/adom/readme.1st +%%PORTDOCS%%share/doc/adom/techstat.doc %%PORTDOCS%%@dirrm share/doc/adom |