svn commit: r359177 - head/graphics/l2p
Jason E. Hale
jhale at FreeBSD.org
Wed Jun 25 02:21:38 UTC 2014
Author: jhale
Date: Wed Jun 25 02:21:37 2014
New Revision: 359177
URL: http://svnweb.freebsd.org/changeset/ports/359177
QAT: https://qat.redports.org/buildarchive/r359177/
Log:
- Support staging
Approved by: portmgr (blanket approval)
Modified:
head/graphics/l2p/Makefile
Modified: head/graphics/l2p/Makefile
==============================================================================
--- head/graphics/l2p/Makefile Wed Jun 25 02:12:34 2014 (r359176)
+++ head/graphics/l2p/Makefile Wed Jun 25 02:21:37 2014 (r359177)
@@ -27,14 +27,9 @@ USES= perl5 shebangfix zip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list