diff options
author | matthew <matthew@FreeBSD.org> | 2014-02-25 01:28:41 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-02-25 01:28:41 +0800 |
commit | 7bc34f9b8e624235c6924a62791b21861288382a (patch) | |
tree | 780db242277c32644a6f7b77482db2dd135666d8 /net-mgmt | |
parent | 5c6927f24165d5a23b88ead87a7a18e6ee524d34 (diff) | |
download | freebsd-ports-gnome-7bc34f9b8e624235c6924a62791b21861288382a.tar.gz freebsd-ports-gnome-7bc34f9b8e624235c6924a62791b21861288382a.tar.zst freebsd-ports-gnome-7bc34f9b8e624235c6924a62791b21861288382a.zip |
Fix typo.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-check_postgres/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagios-check_postgres/Makefile b/net-mgmt/nagios-check_postgres/Makefile index c05221216ed4..d0a9f8f64fc6 100644 --- a/net-mgmt/nagios-check_postgres/Makefile +++ b/net-mgmt/nagios-check_postgres/Makefile @@ -3,6 +3,7 @@ PORTNAME= check_postgres PORTVERSION= 2.21.0 +PORTREVISION= 1 CATEGORIES= net-mgmt databases perl5 MASTER_SITES= http://bucardo.org/downloads/ PKGNAMEPREFIX= nagios- @@ -104,7 +105,7 @@ post-install: @${MKDIR} ${STAGEDIR}${CACTI_SCRIPTS} .for l in ${CACTI_LINKS} ${LN} -s ../../../bin/check_postgres.pl \ - ${STAGEDIR}/${CACTI_SCRIPTS}/check_postgresql_${l} + ${STAGEDIR}/${CACTI_SCRIPTS}/check_postgres_${l} .endfor .endif |