aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 05:41:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 05:49:04 +0000
commit49e08e9226ccb05ea2fe5ca106d2d6aa2ab36c52 (patch)
tree40b3265c3ae5bb142d4a7266775cee13cc9a93f9
parent7c887ed7f71d19884d57b7faf57299aa351f7d37 (diff)
downloadports-49e08e9226ccb05ea2fe5ca106d2d6aa2ab36c52.tar.gz
ports-49e08e9226ccb05ea2fe5ca106d2d6aa2ab36c52.zip
devel/phpunit8: Add missing CONFLICTS_INSTALL
Approved by: portmgr (blanket)
-rw-r--r--devel/phpunit8/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/phpunit8/Makefile b/devel/phpunit8/Makefile
index 9a93b99bd0d6..fce8f3c29f2d 100644
--- a/devel/phpunit8/Makefile
+++ b/devel/phpunit8/Makefile
@@ -22,6 +22,8 @@ NO_BUILD= yes
PLIST_FILES= bin/phpunit
+CONFLICTS_INSTALL= phpunit*
+
# Download isn't compressed or aggregated, it's just the single file
do-extract:
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}