Date: Tue, 29 Jan 2019 19:31:08 +0000 (UTC) From: Stefan Esser <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491593 - head/math/gh-bc Message-ID: <201901291931.x0TJV8Zg069901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901291931.x0TJV8Zg069901>