Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 11:47:30 +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: r346196 - head/net-mgmt/nagios-check_postgres
Message-ID:  <201402261147.s1QBlUtu080135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Feb 26 11:47:30 2014
New Revision: 346196
URL: http://svnweb.freebsd.org/changeset/ports/346196
QAT: https://qat.redports.org/buildarchive/r346196/

Log:
  Fix yet another typo.

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

Modified: head/net-mgmt/nagios-check_postgres/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_postgres/Makefile	Wed Feb 26 11:47:24 2014	(r346195)
+++ head/net-mgmt/nagios-check_postgres/Makefile	Wed Feb 26 11:47:30 2014	(r346196)
@@ -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
 



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