aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake3-data
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-05-12 16:39:29 +0800
committerdanfe <danfe@FreeBSD.org>2013-05-12 16:39:29 +0800
commit63b6fba372a65decd7e0638d370de5fdb29b4f5a (patch)
tree2e554734f0c12ad3e43a1601de64203bbb7d52ce /games/quake3-data
parent5ce98c277e1954a2f323077f7e28ff20d7d5ec90 (diff)
downloadfreebsd-ports-gnome-63b6fba372a65decd7e0638d370de5fdb29b4f5a.tar.gz
freebsd-ports-gnome-63b6fba372a65decd7e0638d370de5fdb29b4f5a.tar.zst
freebsd-ports-gnome-63b6fba372a65decd7e0638d370de5fdb29b4f5a.zip
Toughen the check and unbreak INDEX.
Diffstat (limited to 'games/quake3-data')
-rw-r--r--games/quake3-data/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake3-data/Makefile.include b/games/quake3-data/Makefile.include
index 7c9dd4e9216c..e976c4b57723 100644
--- a/games/quake3-data/Makefile.include
+++ b/games/quake3-data/Makefile.include
@@ -4,7 +4,7 @@
Q3PKGNAMEPREFIX?= quake3-
Q3DIR?= ${LOCALBASE}/share/quake3
-.if ${PKGNAMEPREFIX} == ${Q3PKGNAMEPREFIX} && defined(OPTIONSMKINCLUDED)
+.if defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == ${Q3PKGNAMEPREFIX} && defined(OPTIONSMKINCLUDED)
. error include before <bsd.port.options.mk> if using Q3PKGNAMEPREFIX
.endif