git: 49e08e9226cc - main - devel/phpunit8: Add missing CONFLICTS_INSTALL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 06:09:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=49e08e9226ccb05ea2fe5ca106d2d6aa2ab36c52
commit 49e08e9226ccb05ea2fe5ca106d2d6aa2ab36c52
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 05:41:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 05:49:04 +0000
devel/phpunit8: Add missing CONFLICTS_INSTALL
Approved by: portmgr (blanket)
---
devel/phpunit8/Makefile | 2 ++
1 file changed, 2 insertions(+)
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}