diff options
-rw-r--r-- | net-mgmt/nrpe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile index 57f79aa60d99..a0c75bf811c4 100644 --- a/net-mgmt/nrpe/Makefile +++ b/net-mgmt/nrpe/Makefile @@ -3,7 +3,7 @@ PORTNAME= nrpe DISTVERSION= 2.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} @@ -59,6 +59,7 @@ CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \ PLIST_SUB= NAGIOSDIR=${NAGIOSDIR} \ NAGIOSUID=${NAGIOSUID} \ NRPE_PIDDIR=${NRPE_PIDDIR} +SUB_LIST+= PIDDIR=${NRPE_PIDDIR} SUB_FILES= pkg-message |