aboutsummaryrefslogtreecommitdiff
path: root/games/doom-data/Makefile.include
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-12 08:39:29 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-05-12 08:39:29 +0000
commit0673efe3a4e2f8fc83d398dd8b1c195fb25d8e3e (patch)
tree2e554734f0c12ad3e43a1601de64203bbb7d52ce /games/doom-data/Makefile.include
parent832e2c892dc371a2e78a69a3172ac526b329478a (diff)
downloadports-0673efe3a4e2f8fc83d398dd8b1c195fb25d8e3e.tar.gz
ports-0673efe3a4e2f8fc83d398dd8b1c195fb25d8e3e.zip
Toughen the check and unbreak INDEX.
Notes
Notes: svn path=/head/; revision=317936
Diffstat (limited to 'games/doom-data/Makefile.include')
-rw-r--r--games/doom-data/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/doom-data/Makefile.include b/games/doom-data/Makefile.include
index e85c68b10d05..5a14b1879f5e 100644
--- a/games/doom-data/Makefile.include
+++ b/games/doom-data/Makefile.include
@@ -3,7 +3,7 @@
DMPKGNAMEPREFIX?= doom-
DMDIR?= ${LOCALBASE}/share/doom
-.if ${PKGNAMEPREFIX} == ${DMPKGNAMEPREFIX} && defined(OPTIONSMKINCLUDED)
+.if defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == ${DMPKGNAMEPREFIX} && defined(OPTIONSMKINCLUDED)
. error include before <bsd.port.options.mk> if using DMPKGNAMEPREFIX
.endif