aboutsummaryrefslogtreecommitdiff
path: root/games/xroads/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-31 16:03:40 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-31 16:03:40 +0000
commit600b5d58234ca5549b31ae10b35cec8cd7f98536 (patch)
treedbfd61f153d123c3191e9821ee0f819b97a28d25 /games/xroads/Makefile
parent4b4cce753fe63798f0ce57239f5cac152575e09c (diff)
downloadports-600b5d58234ca5549b31ae10b35cec8cd7f98536.tar.gz
ports-600b5d58234ca5549b31ae10b35cec8cd7f98536.zip
Notes
Diffstat (limited to 'games/xroads/Makefile')
-rw-r--r--games/xroads/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile
index b9942023ea46..b0ce63745be9 100644
--- a/games/xroads/Makefile
+++ b/games/xroads/Makefile
@@ -7,24 +7,23 @@
PORTNAME= xroads
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= games
-MASTER_SITES= http://www.autobahn.mb.ca/~foxtrot/ \
- http://supernova.dyn.ml.org/
+MASTER_SITES= http://linux.tucows.com/files/x11/entertain/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
-FETCH_BEFORE_ARGS= -t -b
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/share/games/xroads
+ @${MKDIR} ${PREFIX}/share/xroads
.for file in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18
- ${INSTALL_DATA} ${WRKSRC}/map${file}.xrm ${PREFIX}/share/games/xroads
+ ${INSTALL_DATA} ${WRKSRC}/map${file}.xrm ${PREFIX}/share/xroads
.endfor
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/xroads
+ @${MKDIR} ${PREFIX}/share/doc/xroads
.for file in BUGS CHANGELOG README
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xroads
.endfor