svn commit: r491593 - head/math/gh-bc

Stefan Esser se at FreeBSD.org
Tue Jan 29 19:31:09 UTC 2019


Author: se
Date: Tue Jan 29 19:31:08 2019
New Revision: 491593
URL: https://svnweb.freebsd.org/changeset/ports/491593

Log:
  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)

Modified:
  head/math/gh-bc/Makefile

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Tue Jan 29 19:24:30 2019	(r491592)
+++ head/math/gh-bc/Makefile	Tue Jan 29 19:31:08 2019	(r491593)
@@ -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
 


More information about the svn-ports-all mailing list