Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2021 13:01:07 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 614b5da0cb87 - main - Ports should not change their names depending on options.
Message-ID:  <202105031301.143D17ah058191@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=614b5da0cb87aff908ea93228dffe59f4ef81caf

commit 614b5da0cb87aff908ea93228dffe59f4ef81caf
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2021-05-03 13:00:24 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2021-05-03 13:00:24 +0000

    Ports should not change their names depending on options.
    
    Reported by:    tech-lists zyxst net
---
 misc/mc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 23849f0745d3..a14aaafed058 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -61,7 +61,7 @@ X11_CONFIGURE_ENABLE=	x
 X11_USES=		xorg
 X11_USE=		xorg=x11,xext
 X11_VARS=		CONFLICTS_INSTALL+="mc-nox11-[0-9]*"
-X11_VARS_OFF=		CONFLICTS_INSTALL+="mc-[0-9]*" PKGNAMESUFFIX=-nox11
+X11_VARS_OFF=		CONFLICTS_INSTALL+="mc-[0-9]*"
 
 PORTDOCS=	*
 



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