aboutsummaryrefslogtreecommitdiff
path: root/games/xtux/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-26 13:20:49 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-26 13:20:49 +0000
commit8c481bf79985d5399e431cbc534ec5bdaca4572e (patch)
treee9a7b20e6af28407b30e5832344d7d4c79cc4317 /games/xtux/Makefile
parent861514c218a5a043830b8dae85cdb29b9a723ddb (diff)
downloadports-8c481bf79985d5399e431cbc534ec5bdaca4572e.tar.gz
ports-8c481bf79985d5399e431cbc534ec5bdaca4572e.zip
Notes
Diffstat (limited to 'games/xtux/Makefile')
-rw-r--r--games/xtux/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile
index 79a7b076033a..7f8625fe9dff 100644
--- a/games/xtux/Makefile
+++ b/games/xtux/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= xtux
-PORTVERSION= 2001.02.04
+PORTVERSION= 2001.03.24
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=xtux
-DISTNAME= xtux-src-20010204
+DISTNAME= xtux-src-20010324
MAINTAINER= goranrunfeldt@home.se
@@ -26,6 +26,7 @@ do-install:
@strip ${PREFIX}/bin/xtux ${PREFIX}/bin/tux_serv
@${MKDIR} ${PREFIX}/share/xtux/images/entities
+ @${MKDIR} ${PREFIX}/share/xtux/images/events
@${MKDIR} ${PREFIX}/share/xtux/images/items
@${MKDIR} ${PREFIX}/share/xtux/images/weapons
@${MKDIR} ${PREFIX}/share/xtux/images/tiles
@@ -35,7 +36,7 @@ do-install:
.for file in ascii.txt bios entities weapons
${INSTALL_DATA} ${WRKSRC}/data/${file} ${PREFIX}/share/xtux
.endfor
-.for dir in entities items weapons tiles .
+.for dir in entities events items weapons tiles .
${INSTALL_DATA} ${WRKSRC}/data/images/${dir}/*.xpm \
${PREFIX}/share/xtux/images/${dir}
.endfor