aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-03-25 18:57:10 +0800
committerdanfe <danfe@FreeBSD.org>2005-03-25 18:57:10 +0800
commit14c53ff8f6ed0cac4df74d6652ffd75f0c9cb3a7 (patch)
tree096a00cf38658c9d970c0c3ad5231157b0afa759 /games
parent250a9ce9007947c535b9abfc03b47550597c22c6 (diff)
downloadfreebsd-ports-gnome-14c53ff8f6ed0cac4df74d6652ffd75f0c9cb3a7.tar.gz
freebsd-ports-gnome-14c53ff8f6ed0cac4df74d6652ffd75f0c9cb3a7.tar.zst
freebsd-ports-gnome-14c53ff8f6ed0cac4df74d6652ffd75f0c9cb3a7.zip
Fix PLIST substituion for correct packaging.
Reported by: pointyhat via kris Approved by: portmgr (krion)
Diffstat (limited to 'games')
-rw-r--r--games/quake2lnx/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile
index 2c3655b24197..92ffda461bb7 100644
--- a/games/quake2lnx/Makefile
+++ b/games/quake2lnx/Makefile
@@ -182,6 +182,12 @@ PLIST_SUB+= CTF=""
PLIST_SUB+= CTF="@comment "
.endif
+.if defined(WITH_CTF_MAPS)
+PLIST_SUB+= CTFMAPS=""
+.else
+PLIST_SUB+= CTFMAPS="@comment "
+.endif
+
.if defined(WITH_SHAREWARE_DATA)
PLIST_SUB+= SHAREWARE=""
.else