git: 6ffbcd54bf8c - main - games/eduke32: correct FULL option handling

Piotr Kubaj pkubaj at FreeBSD.org
Sat May 15 00:48:12 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ffbcd54bf8ce80bcc0b7717aa18bacd3fbe7eca

commit 6ffbcd54bf8ce80bcc0b7717aa18bacd3fbe7eca
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-05-15 00:48:06 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-05-15 00:48:06 +0000

    games/eduke32: correct FULL option handling
    
    Submitted by: felix at palmen-it.de
    PR:     254467
---
 games/eduke32/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile
index 1612d6dde203..e51a8b419dae 100644
--- a/games/eduke32/Makefile
+++ b/games/eduke32/Makefile
@@ -88,7 +88,7 @@ MAKE_ARGS+=	LTO=0
 # 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
 


More information about the dev-commits-ports-all mailing list