Fix typo.

This commit is contained in:
Matthew Seaman 2014-02-24 17:28:41 +00:00
parent ba42cd2c28
commit 911e8359a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345882

View file

@ -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