diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-06 22:08:34 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-06 22:08:34 +0000 |
commit | c3b238a0d35704d0569b064d20d5843a89f91868 (patch) | |
tree | 7493f2a88873bead2e029c28be465af6be381c25 | |
parent | 7c2fd382bbf4f40d1a1674853deb3d506b0dd4c9 (diff) | |
download | freebsd-ports-c3b238a0d35704d0569b064d20d5843a89f91868.zip |
- Fix %%PIDDIR%% not being replaced in nrpe2 rc script
-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 |