svn commit: r346468 - head/net/ldap-stats

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 08:47:34 UTC 2014


Author: ehaupt
Date: Fri Feb 28 08:47:34 2014
New Revision: 346468
URL: http://svnweb.freebsd.org/changeset/ports/346468
QAT: https://qat.redports.org/buildarchive/r346468/

Log:
  Support staging

Modified:
  head/net/ldap-stats/Makefile

Modified: head/net/ldap-stats/Makefile
==============================================================================
--- head/net/ldap-stats/Makefile	Fri Feb 28 08:46:09 2014	(r346467)
+++ head/net/ldap-stats/Makefile	Fri Feb 28 08:47:34 2014	(r346468)
@@ -16,8 +16,8 @@ USES=		perl5
 
 PLIST_FILES=	bin/ldap-stats
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl ${PREFIX}/bin/ldap-stats
+	${INSTALL_SCRIPT} ${WRKSRC}/ldap-stats.pl \
+		${STAGEDIR}${PREFIX}/bin/ldap-stats
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list