diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-04-01 00:03:40 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-04-01 00:03:40 +0800 |
commit | 7667ada727448fc32a9afa61c9deeb1d7edc83a8 (patch) | |
tree | 9f4c7c23809e908ba8aca41e97f17897094e1b8c /games/xroads/Makefile | |
parent | f79f699e2100223cfe4e2c69f145670ddf5a206a (diff) | |
download | freebsd-ports-gnome-7667ada727448fc32a9afa61c9deeb1d7edc83a8.tar.gz freebsd-ports-gnome-7667ada727448fc32a9afa61c9deeb1d7edc83a8.tar.zst freebsd-ports-gnome-7667ada727448fc32a9afa61c9deeb1d7edc83a8.zip |
- Fix MASTER_SITES
- Change install path of data files
- Add PORTDOCS to pkg-plist
PR: 26231
Submitted by: Ports Fury
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 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 |