svn commit: r331320 - head/archivers/ecm

Emanuel Haupt ehaupt at FreeBSD.org
Tue Oct 22 20:48:14 UTC 2013


Author: ehaupt
Date: Tue Oct 22 20:48:13 2013
New Revision: 331320
URL: http://svnweb.freebsd.org/changeset/ports/331320

Log:
  Support staging

Modified:
  head/archivers/ecm/Makefile

Modified: head/archivers/ecm/Makefile
==============================================================================
--- head/archivers/ecm/Makefile	Tue Oct 22 20:45:54 2013	(r331319)
+++ head/archivers/ecm/Makefile	Tue Oct 22 20:48:13 2013	(r331320)
@@ -14,7 +14,6 @@ LICENSE=	GPLv2
 
 CONFLICTS=	gmp-ecm-[0-9]*
 
-NO_STAGE=	yes
 PLIST_FILES=	bin/ecm bin/unecm
 PORTDOCS=	format.txt
 
@@ -24,12 +23,12 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 .for f in ${PORTNAME} un${PORTNAME}
-	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list