svn commit: r348477 - head/net/ldapsdk

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 17 14:46:36 UTC 2014


Author: ehaupt
Date: Mon Mar 17 14:46:35 2014
New Revision: 348477
URL: http://svnweb.freebsd.org/changeset/ports/348477
QAT: https://qat.redports.org/buildarchive/r348477/

Log:
  Support staging

Modified:
  head/net/ldapsdk/Makefile

Modified: head/net/ldapsdk/Makefile
==============================================================================
--- head/net/ldapsdk/Makefile	Mon Mar 17 14:42:54 2014	(r348476)
+++ head/net/ldapsdk/Makefile	Mon Mar 17 14:46:35 2014	(r348477)
@@ -15,21 +15,19 @@ LIB_DEPENDS=	nspr4.1:${PORTSDIR}/devel/n
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/c-sdk
 
-USES=		perl5
-USE_GMAKE=	yes
+USES=		perl5 gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-optimize \
 		--with-dist-prefix=${WRKDIR}/fakeroot \
 		--with-nspr-inc=${LOCALBASE}/include/nspr \
 		--with-nspr-lib=${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-extract:
 	@${MKDIR} ${WRKDIR}/fakeroot
 
 do-install:
-	@${MKDIR} ${PREFIX}/mozilla/directory
+	@${MKDIR} ${STAGEDIR}${PREFIX}/mozilla/directory
 	@(cd ${WRKDIR}/fakeroot \
-		&& ${COPYTREE_SHARE} . ${PREFIX}/mozilla/directory)
+		&& ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/mozilla/directory)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list