diff options
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index cdd4042..3bbefa3 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -48,6 +48,7 @@ pre-configure: ${AUTOCONF_ARGS}) do-install: + ${MKDIR} ${NAGIOS_PLUGIN_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/check_snmp_disk ${NAGIOS_PLUGIN_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/check_snmp_proc ${NAGIOS_PLUGIN_DIR} .if !defined(NOPORTDOCS) diff --git a/net-mgmt/nagios-snmp-plugins/pkg-plist b/net-mgmt/nagios-snmp-plugins/pkg-plist index 2382126..7269ac2 100644 --- a/net-mgmt/nagios-snmp-plugins/pkg-plist +++ b/net-mgmt/nagios-snmp-plugins/pkg-plist @@ -1,4 +1,3 @@ -@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 |