diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-02 16:14:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-02 16:14:10 +0000 |
commit | e73b69240585b6ad9872461091f527d83a05b7aa (patch) | |
tree | 65cf227312dfd987d4b422c5f9b32d1e45adf097 /net-mgmt | |
parent | 21448c9080eb5ce335743df487f4da8aba2a72cf (diff) |
Stage bacula
Fix building bat on 10 and head
Allow packaging as a user
Notes
Notes:
svn path=/head/; revision=360216
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-check_bacula/Makefile | 7 |
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" |