diff options
Diffstat (limited to 'games/xroads/Makefile')
-rw-r--r-- | games/xroads/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile index b994202..b0ce637 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 |