summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-11-29 19:34:18 +0000
committerChris Rees <crees@FreeBSD.org>2012-11-29 19:34:18 +0000
commit10c4f95689163de70ed63d7df33a4a82cbb4715e (patch)
tree1a21c9b31da2745e721e36cf709b261aeab42707 /net-mgmt
parentSupplemental plugins for Harlan Carvey's RegRipper. (diff)
Trailing slashes in RUN_DEPENDS upset some tools
Wrist slapped by: bapt Feature safe: yes
Notes
Notes: svn path=/head/; revision=307976
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netmagis-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile
index 5cc8ba884fb6..04e14ea03046 100644
--- a/net-mgmt/netmagis-common/Makefile
+++ b/net-mgmt/netmagis-common/Makefile
@@ -32,7 +32,7 @@ USE_APACHE= 22+
RUN_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base \
dot:${PORTSDIR}/graphics/graphviz \
pwgen:${PORTSDIR}/sysutils/pwgen \
- ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2/
+ ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2
# FIXME compile apache22 with option mod_auth_ldap
# FIXME add ap22-mod_auth_cas
.endif