diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-23 07:37:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-23 07:37:16 +0800 |
commit | becfe5182082daef3f0d171b9427b6309cca9552 (patch) | |
tree | 1886778ced5e9f5f512ef281272b8287d1353832 /games | |
parent | f85ffefeb4721ffcee5bf203170ef6c928b4112d (diff) | |
download | freebsd-ports-gnome-becfe5182082daef3f0d171b9427b6309cca9552.tar.gz freebsd-ports-gnome-becfe5182082daef3f0d171b9427b6309cca9552.tar.zst freebsd-ports-gnome-becfe5182082daef3f0d171b9427b6309cca9552.zip |
iMaintainer update to version 1.1.1
PR: ports/45552
Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/adom/Makefile | 4 | ||||
-rw-r--r-- | games/adom/distinfo | 2 | ||||
-rw-r--r-- | games/adom/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index b879992393ad..a26f7fde0d65 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= adom -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= games linux MASTER_SITES= http://www.adom.de/adom/download/linux/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf @@ -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 techstat.doc +.for docs in readme.1st adomfaq.txt manual.doc @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} .endfor .endif diff --git a/games/adom/distinfo b/games/adom/distinfo index 3250a0b2faed..e2d6fdede186 100644 --- a/games/adom/distinfo +++ b/games/adom/distinfo @@ -1 +1 @@ -MD5 (adom-110-elf.tar.gz) = 3ac3686d6a02cef38a0d957efe6447c4 +MD5 (adom-111-elf.tar.gz) = 801484ba7c7c03b3b999365bc45db053 diff --git a/games/adom/pkg-plist b/games/adom/pkg-plist index 58df1316ba90..384c0f63aa7f 100644 --- a/games/adom/pkg-plist +++ b/games/adom/pkg-plist @@ -2,5 +2,4 @@ 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 |