diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-02-26 11:47:30 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-02-26 11:47:30 +0000 |
commit | 480670098405319d885d07deea0662fa6af4ac84 (patch) | |
tree | aab27e66c3e8c0ec05439afa1348a6f7871892df /net-mgmt/nagios-check_postgres | |
parent | 4cfdcae2f49b46a8007eb33b25e2ff6fca49c296 (diff) | |
download | ports-480670098405319d885d07deea0662fa6af4ac84.tar.gz ports-480670098405319d885d07deea0662fa6af4ac84.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-check_postgres')
-rw-r--r-- | net-mgmt/nagios-check_postgres/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios-check_postgres/Makefile b/net-mgmt/nagios-check_postgres/Makefile index d0a9f8f64fc6..b3951d048dc5 100644 --- a/net-mgmt/nagios-check_postgres/Makefile +++ b/net-mgmt/nagios-check_postgres/Makefile @@ -3,7 +3,7 @@ PORTNAME= check_postgres PORTVERSION= 2.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt databases perl5 MASTER_SITES= http://bucardo.org/downloads/ PKGNAMEPREFIX= nagios- @@ -105,7 +105,7 @@ post-install: @${MKDIR} ${STAGEDIR}${CACTI_SCRIPTS} .for l in ${CACTI_LINKS} ${LN} -s ../../../bin/check_postgres.pl \ - ${STAGEDIR}/${CACTI_SCRIPTS}/check_postgres_${l} + ${STAGEDIR}${CACTI_SCRIPTS}/check_postgres_${l} .endfor .endif |