Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2012 19:34:18 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307976 - head/net-mgmt/netmagis-common
Message-ID:  <201211291934.qATJYIFD043368@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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