diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /games/rtcw | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'games/rtcw')
-rw-r--r-- | games/rtcw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index d4b58d65182e..37a8a142d439 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtcw PORTVERSION= 1.1b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/wolf/linux/old/ DISTNAME= wolf-linux-${PORTVERSION}.x86 @@ -17,13 +17,13 @@ MAINTAINER= nik@FreeBSD.org COMMENT= Return to Castle Wolfenstein for Linux ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -USE_LINUX?= yes +USE_LINUX= yes +USE_X_PREFIX= yes NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes NO_WRKSUBDIR= yes USE_PERL5_BUILD=yes -RTCWDIR= usr/games/rtcw +RTCWDIR= games/rtcw PLIST_SUB+= RTCWDIR="${RTCWDIR}" INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 |