git: 0ba766789e08 - main - astro/celestia: Fix CONFLICTS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 22:37:14 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ba766789e08b6c43d95dd23af1476fe7648fa94 commit 0ba766789e08b6c43d95dd23af1476fe7648fa94 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-11-25 22:26:24 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-11-25 22:36:59 +0000 astro/celestia: Fix CONFLICTS Remove redundant -[0-9]* from the end of the CONFLICTS pattern. Approved by: portmgr (blanket) --- astro/celestia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index e62cec3d3c48..1032e58c7ca8 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-|:S|$|-[0-9]*|} +CONFLICTS= ${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|} # Celestia provides different UI frontends; you should pick one that suits # you best by setting CELESTIA_UI variable. Possible values are: