diff options
author | matthew <matthew@FreeBSD.org> | 2014-02-26 19:47:30 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-02-26 19:47:30 +0800 |
commit | f53cd66de4bdb80752c9cef45b2d94d0cb73268a (patch) | |
tree | aab27e66c3e8c0ec05439afa1348a6f7871892df /net-mgmt/nagios-check_postgres/Makefile | |
parent | 8267efde851001d5eb2e4bb670a27af64e31e50e (diff) | |
download | freebsd-ports-gnome-f53cd66de4bdb80752c9cef45b2d94d0cb73268a.tar.gz freebsd-ports-gnome-f53cd66de4bdb80752c9cef45b2d94d0cb73268a.tar.zst freebsd-ports-gnome-f53cd66de4bdb80752c9cef45b2d94d0cb73268a.zip |
Fix yet another typo.
Diffstat (limited to 'net-mgmt/nagios-check_postgres/Makefile')
-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 |