svn commit: r307976 - head/net-mgmt/netmagis-common

Chris Rees crees at FreeBSD.org
Thu Nov 29 19:34:18 UTC 2012


Author: crees
Date: Thu Nov 29 19:34:18 2012
New Revision: 307976
URL: http://svnweb.freebsd.org/changeset/ports/307976

Log:
  Trailing slashes in RUN_DEPENDS upset some tools
  
  Wrist slapped by:	bapt
  Feature safe:		yes

Modified:
  head/net-mgmt/netmagis-common/Makefile

Modified: head/net-mgmt/netmagis-common/Makefile
==============================================================================
--- head/net-mgmt/netmagis-common/Makefile	Thu Nov 29 19:31:26 2012	(r307975)
+++ head/net-mgmt/netmagis-common/Makefile	Thu Nov 29 19:34:18 2012	(r307976)
@@ -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


More information about the svn-ports-head mailing list