aboutsummaryrefslogtreecommitdiffstats
path: root/math/gh-bc
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2019-01-30 03:31:08 +0800
committerse <se@FreeBSD.org>2019-01-30 03:31:08 +0800
commit061547b7dec480be0bdd0c9983bc2952c8e11787 (patch)
tree10ac875e93f31da3a9f9afa233352ba90769c914 /math/gh-bc
parentecf137b4cd47a213ecbea524ff749ca44c913f6c (diff)
downloadfreebsd-ports-gnome-061547b7dec480be0bdd0c9983bc2952c8e11787.tar.gz
freebsd-ports-gnome-061547b7dec480be0bdd0c9983bc2952c8e11787.tar.zst
freebsd-ports-gnome-061547b7dec480be0bdd0c9983bc2952c8e11787.zip
Fix CONFLICTS_INSTALL pattern to really match the math/gnubc port.
I had missed the PKGNAMEPREFIX in the GNU bc port ... Approved by: antoine (implicit)
Diffstat (limited to 'math/gh-bc')
-rw-r--r--math/gh-bc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile
index ed310949e577..16960fca2916 100644
--- a/math/gh-bc/Makefile
+++ b/math/gh-bc/Makefile
@@ -18,7 +18,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
CONFIGURE_ARGS= -G
-CONFLICTS_INSTALL= bc-[0-9]*
+CONFLICTS_INSTALL= gnubc-[0-9]*
PLIST_FILES= bin/bc bin/dc man/man1/bc.1.gz man/man1/dc.1.gz