aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-03 00:14:10 +0800
committerbapt <bapt@FreeBSD.org>2014-07-03 00:14:10 +0800
commit0d579b265aa9afba5173d334c63d65f64efa4392 (patch)
tree65cf227312dfd987d4b422c5f9b32d1e45adf097 /net-mgmt
parent7705bf4207d867c124f0a1ccf00643a6160ff35c (diff)
downloadfreebsd-ports-gnome-0d579b265aa9afba5173d334c63d65f64efa4392.tar.gz
freebsd-ports-gnome-0d579b265aa9afba5173d334c63d65f64efa4392.tar.zst
freebsd-ports-gnome-0d579b265aa9afba5173d334c63d65f64efa4392.zip
Stage bacula
Fix building bat on 10 and head Allow packaging as a user
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-check_bacula/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/nagios-check_bacula/Makefile b/net-mgmt/nagios-check_bacula/Makefile
index fbd56df10e5a..9c80ca83ca98 100644
--- a/net-mgmt/nagios-check_bacula/Makefile
+++ b/net-mgmt/nagios-check_bacula/Makefile
@@ -9,9 +9,11 @@ PKGNAMESUFFIX= #
MAINTAINER= freebsd@troback.com
COMMENT= Nagios plugin for Bacula
-LIB_DEPENDS+= bac:${PORTSDIR}/sysutils/bacula-client
-UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}
+LIB_DEPENDS+= libbac.so:${PORTSDIR}/sysutils/bacula-client
+PLIST= ${.CURDIR}/pkg-plist
+PLIST_FILES= libexec/nagios/check_bacula
+PLIST_DIRS= libexec/nagios
WITH_NAGIOS_CHECK_ONLY= yes
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
@@ -23,5 +25,4 @@ CONFIGURE_ARGS= --enable-client-only \
OPTIONS_DEFINE= #
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"