summaryrefslogtreecommitdiff
path: root/net/cacti
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-02-09 04:46:02 +0000
committerasau <asau@pkgsrc.org>2012-02-09 04:46:02 +0000
commit64e0300b1e7fb6dad705944f991f9e09bb109d97 (patch)
tree3e30087b1ce604b8efede383e90e42bebf2a1b1f /net/cacti
parentcd18f16b27c1422f75206021ed87edb0b87fce85 (diff)
downloadpkgsrc-64e0300b1e7fb6dad705944f991f9e09bb109d97.tar.gz
Drop trailing slash, it violates style and breaks making readme.
PR pkg/45950
Diffstat (limited to 'net/cacti')
-rw-r--r--net/cacti/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile
index cd4e739ab10..3b08329744f 100644
--- a/net/cacti/Makefile
+++ b/net/cacti/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/02/06 12:41:10 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/02/09 04:46:02 asau Exp $
#
PKGNAME= cacti-0.8.7i
@@ -18,9 +18,9 @@ NO_BUILD= yes
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
-DEPENDS+= ${PHP_PKG_PREFIX}-snmp-[0-9]*:../../net/php-snmp/
-DEPENDS+= ${PHP_PKG_PREFIX}-sockets-[0-9]*:../../net/php-sockets/
-DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-[0-9]*:../../www/ap-php/
+DEPENDS+= ${PHP_PKG_PREFIX}-snmp-[0-9]*:../../net/php-snmp
+DEPENDS+= ${PHP_PKG_PREFIX}-sockets-[0-9]*:../../net/php-sockets
+DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-[0-9]*:../../www/ap-php
.include "../../mk/bsd.prefs.mk"
.include "../../lang/php/phpversion.mk"