aboutsummaryrefslogtreecommitdiff
path: root/games/eduke32
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-25 11:21:35 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-25 11:21:35 +0000
commit669937a55e5b9581263ad95a8df82c6b411acd77 (patch)
treec915f2a86697a85ddf80a6d2a2378a659e02a575 /games/eduke32
parent159c31f6833979535f817be425255888d9d8c3d1 (diff)
downloadports-669937a55e5b9581263ad95a8df82c6b411acd77.tar.gz
ports-669937a55e5b9581263ad95a8df82c6b411acd77.zip
games/eduke32: correct logic for FULL option
Notes
Notes: svn path=/head/; revision=562560
Diffstat (limited to 'games/eduke32')
-rw-r--r--games/eduke32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile
index da570616f456..33bb775432da 100644
--- a/games/eduke32/Makefile
+++ b/games/eduke32/Makefile
@@ -86,7 +86,7 @@ FULL_PLIST_FILES= ${DATADIR}/duke3d.grp ${DATADIR}/duke.rts
# is set.
_CKSUMFILES= ${ALLFILES:Nduke3d/duke*}
-.if !exists(${DISTDIR}/duke3d/duke3d.grp) || !exists(${DISTDIR}/duke3d/duke.rts)
+.if !exists(${DISTDIR}/duke3d/duke3d.grp) && !exists(${DISTDIR}/duke3d/duke.rts)
IGNORE= option FULL selected, but duke3d.grp or duke.rts not found in ${DISTDIR}/duke3d
.endif