aboutsummaryrefslogtreecommitdiff
path: root/games/xtux/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-22 16:47:11 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-22 16:47:11 +0000
commit6677b9e96e5927cf8955edc8e3e7b167c526c650 (patch)
tree5534e33dd7c108f48b4ae2fce3b873dae8b5066d /games/xtux/Makefile
parenta6fa6ac3e90c1a07a608b443ed45dab775120e65 (diff)
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 7f8625fe9dff..2ae21976bb8b 100644
--- a/games/xtux/Makefile
+++ b/games/xtux/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= xtux
-PORTVERSION= 2001.03.24
+PORTVERSION= 2001.05.08
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=xtux
-DISTNAME= xtux-src-20010324
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/.//g}
MAINTAINER= goranrunfeldt@home.se
@@ -46,6 +46,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xtux
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/xtux
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xtux
.endif
.include <bsd.port.mk>