Fix typo.
This commit is contained in:
parent
ba42cd2c28
commit
911e8359a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345882
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue