git: 614b5da0cb87 - main - Ports should not change their names depending on options.
Mathieu Arnold
mat at FreeBSD.org
Mon May 3 13:01:07 UTC 2021
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=614b5da0cb87aff908ea93228dffe59f4ef81caf
commit 614b5da0cb87aff908ea93228dffe59f4ef81caf
Author: Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-05-03 13:00:24 +0000
Commit: Mathieu Arnold <mat at 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= *
More information about the dev-commits-ports-all
mailing list