diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-03-03 22:18:47 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-03-03 22:18:47 +0100 |
commit | 37f2d22d78bcfd9d18eddc6748d042bc9322040b (patch) | |
tree | 3ff219841bc1daefb4c132ce5342d81d4e76fa89 | |
parent | net-mgmt/unifi7: Add port (diff) |
net-mgmt/unifi7: Fix CONFLICTS_INSTALL
Set CONFLICTS_INSTALL to correct package name (unifi6)
-rw-r--r-- | net-mgmt/unifi7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/unifi7/Makefile b/net-mgmt/unifi7/Makefile index 6bb0a94734b0..2707a4a217bf 100644 --- a/net-mgmt/unifi7/Makefile +++ b/net-mgmt/unifi7/Makefile @@ -27,7 +27,7 @@ JAVA_VENDOR= openjdk bsdjava JAVA_RUN= yes USE_RC_SUBR= unifi -CONFLICTS_INSTALL= unifi7 +CONFLICTS_INSTALL= unifi6 EXTRACT_CMD= ${AR} EXTRACT_BEFORE_ARGS= -p |