summaryrefslogtreecommitdiff
path: root/games/adom/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-13 01:53:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-13 01:53:58 +0000
commit799605e08d7c27670a33383bbd5953d9e5db0624 (patch)
treea5fa16533b88f5efc5cdc2d01c4781481c98acad /games/adom/Makefile
parentupgrade 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/adom/Makefile')
-rw-r--r--games/adom/Makefile6
1 files changed, 3 insertions, 3 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