summaryrefslogtreecommitdiff
path: root/games/adom/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-22 23:37:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-22 23:37:16 +0000
commit30b4c878deb7214b547edf64261ab3ab92ba7ca3 (patch)
tree5c328c5a605716be3c31d2c3311a35935bf90e15 /games/adom/Makefile
parentUpdate to fix build on -current (diff)
iMaintainer update to version 1.1.1
PR: ports/45552 Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru>
Notes
Notes: svn path=/head/; revision=70781
Diffstat (limited to 'games/adom/Makefile')
-rw-r--r--games/adom/Makefile4
1 files changed, 2 insertions, 2 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