summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-06-29 16:40:54 +0200
committerStefan Eßer <se@FreeBSD.org>2022-06-29 16:42:06 +0200
commitd11ee7cc646e0506089d2d344eef1e1a83d3a978 (patch)
tree40f56217aa84c4fee258c6fe1f831098ebf1f2dd /astro
parentsysutils/monitorix: update to 3.14.0 (diff)
Fix CONFLICTS_INSTALL in archivers, astro, and audio
Approved by: portmgr (implict)
Diffstat (limited to 'astro')
-rw-r--r--astro/celestia/Makefile2
-rw-r--r--astro/match/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile
index 1032e58c7ca8..542ce4d5165e 100644
--- a/astro/celestia/Makefile
+++ b/astro/celestia/Makefile
@@ -28,7 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread
UI_LIST= glut gtk gnome
CELESTIA_UI?= glut
-CONFLICTS= ${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|}
+CONFLICTS_INSTALL= ${UI_LIST:S|^|celestia-|}
# Celestia provides different UI frontends; you should pick one that suits
# you best by setting CELESTIA_UI variable. Possible values are:
diff --git a/astro/match/Makefile b/astro/match/Makefile
index 8ef95524aabe..6565e91d00e8 100644
--- a/astro/match/Makefile
+++ b/astro/match/Makefile
@@ -13,6 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-CONFLICTS= avenger schilyutils # bin/match man/man1/match.1.gz
+CONFLICTS_INSTALL= avenger # man/man1/match.1.gz
.include <bsd.port.mk>