diff options
author | antoine <antoine@FreeBSD.org> | 2017-08-31 02:51:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-08-31 02:51:48 +0800 |
commit | 0ac65ec2c9a0f50ac09df06009b388ed9b976d9c (patch) | |
tree | 099d0392faf081ca4936352b832d2ceb9c60b917 | |
parent | ab3171d079044c839eab5c74d88fdb09acb3d1f7 (diff) | |
download | freebsd-ports-gnome-0ac65ec2c9a0f50ac09df06009b388ed9b976d9c.tar.gz freebsd-ports-gnome-0ac65ec2c9a0f50ac09df06009b388ed9b976d9c.tar.zst freebsd-ports-gnome-0ac65ec2c9a0f50ac09df06009b388ed9b976d9c.zip |
Fix PKGBASE collisions
-rw-r--r-- | net-mgmt/nagios-check_bacula9/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula9-bat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios-check_bacula9/Makefile b/net-mgmt/nagios-check_bacula9/Makefile index dc302e9cfb9c..4ec5928a4478 100644 --- a/net-mgmt/nagios-check_bacula9/Makefile +++ b/net-mgmt/nagios-check_bacula9/Makefile @@ -4,7 +4,7 @@ PORTNAME= bacula CATEGORIES= net-mgmt PKGNAMEPREFIX= nagios-check_ -PKGNAMESUFFIX= # +PKGNAMESUFFIX= 9 MAINTAINER= dvl@FreeBSD.org COMMENT= Nagios plugin for Bacula diff --git a/sysutils/bacula9-bat/Makefile b/sysutils/bacula9-bat/Makefile index daf04f36a6bb..165e67cf714d 100644 --- a/sysutils/bacula9-bat/Makefile +++ b/sysutils/bacula9-bat/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bacula -PKGNAMESUFFIX= -bat +PKGNAMESUFFIX= 9-bat COMMENT= Network backup solution (GUI) |