Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 17:28:41 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345882 - head/net-mgmt/nagios-check_postgres
Message-ID:  <201402241728.s1OHSfAh027063@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Mon Feb 24 17:28:41 2014
New Revision: 345882
URL: http://svnweb.freebsd.org/changeset/ports/345882
QAT: https://qat.redports.org/buildarchive/r345882/

Log:
  Fix typo.

Modified:
  head/net-mgmt/nagios-check_postgres/Makefile

Modified: head/net-mgmt/nagios-check_postgres/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_postgres/Makefile	Mon Feb 24 17:14:59 2014	(r345881)
+++ head/net-mgmt/nagios-check_postgres/Makefile	Mon Feb 24 17:28:41 2014	(r345882)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241728.s1OHSfAh027063>