summaryrefslogtreecommitdiff
path: root/net/cacti/Makefile
diff options
context:
space:
mode:
authorasau <asau>2012-02-09 04:46:02 +0000
committerasau <asau>2012-02-09 04:46:02 +0000
commitea75bb914572fd0f7452c1fc320f54efa441b5c6 (patch)
tree3e30087b1ce604b8efede383e90e42bebf2a1b1f /net/cacti/Makefile
parentcf7a3c1c55342dbc7500350f6d41f8e242d58a62 (diff)
downloadpkgsrc-ea75bb914572fd0f7452c1fc320f54efa441b5c6.tar.gz
Drop trailing slash, it violates style and breaks making readme.
PR pkg/45950
Diffstat (limited to 'net/cacti/Makefile')
-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"