From 14c53ff8f6ed0cac4df74d6652ffd75f0c9cb3a7 Mon Sep 17 00:00:00 2001 From: danfe Date: Fri, 25 Mar 2005 10:57:10 +0000 Subject: Fix PLIST substituion for correct packaging. Reported by: pointyhat via kris Approved by: portmgr (krion) --- games/quake2lnx/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'games/quake2lnx/Makefile') diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 2c3655b..92ffda4 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 -- cgit v1.1