diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 08:39:29 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 08:39:29 +0000 |
commit | 0673efe3a4e2f8fc83d398dd8b1c195fb25d8e3e (patch) | |
tree | 2e554734f0c12ad3e43a1601de64203bbb7d52ce /games/doom-data | |
parent | 832e2c892dc371a2e78a69a3172ac526b329478a (diff) | |
download | ports-0673efe3a4e2f8fc83d398dd8b1c195fb25d8e3e.tar.gz ports-0673efe3a4e2f8fc83d398dd8b1c195fb25d8e3e.zip |
Notes
Diffstat (limited to 'games/doom-data')
-rw-r--r-- | games/doom-data/Makefile.include | 2 |
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 |