diff options
author | bms <bms@FreeBSD.org> | 2005-03-01 00:16:38 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2005-03-01 00:16:38 +0800 |
commit | 3c4e601480a51fd87d260978e37078e63cd8e575 (patch) | |
tree | f993430f5776be5cadabe1a106068f272b608896 /net-mgmt/nagios-snmp-plugins | |
parent | 6a3f313659185154b436aacf429522572ed2da27 (diff) | |
download | freebsd-ports-gnome-3c4e601480a51fd87d260978e37078e63cd8e575.tar.gz freebsd-ports-gnome-3c4e601480a51fd87d260978e37078e63cd8e575.tar.zst freebsd-ports-gnome-3c4e601480a51fd87d260978e37078e63cd8e575.zip |
Unbreak plist
Diffstat (limited to 'net-mgmt/nagios-snmp-plugins')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 8473a9b95a50..cdd40427248f 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -16,8 +16,6 @@ COMMENT= Additional SNMP plugins for Nagios LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp -BROKEN= Incorrect pkg-plist - GNU_CONFIGURE= yes USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 diff --git a/net-mgmt/nagios-snmp-plugins/pkg-plist b/net-mgmt/nagios-snmp-plugins/pkg-plist index c97c7da363ea..2382126a4f6e 100644 --- a/net-mgmt/nagios-snmp-plugins/pkg-plist +++ b/net-mgmt/nagios-snmp-plugins/pkg-plist @@ -1,4 +1,4 @@ -@exec mkdir -p %D/libexec/nagios 2>/dev/null || true +@exec mkdir -p %D/libexec/nagios libexec/nagios/check_snmp_disk libexec/nagios/check_snmp_proc @unexec rmdir %D/libexec/nagios 2>/dev/null || true |