Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2021 00:48:12 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ffbcd54bf8c - main - games/eduke32: correct FULL option handling
Message-ID:  <202105150048.14F0mCQH082968@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

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

    games/eduke32: correct FULL option handling
    
    Submitted by: felix@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105150048.14F0mCQH082968>