summaryrefslogtreecommitdiff
path: root/graphics/l2p
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-06-25 02:21:37 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-06-25 02:21:37 +0000
commite4dd0303f75ded17eb9f433608bd19be66447a6e (patch)
tree2b2cdbf9fb3d86f360cefbd799c1571367874313 /graphics/l2p
parentmail/qmail-tls: Update to 20110119 and use netqmail base (diff)
- Support staging
Approved by: portmgr (blanket approval)
Diffstat (limited to 'graphics/l2p')
-rw-r--r--graphics/l2p/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile
index 6c9bb040311e..e565ee7e9f05 100644
--- a/graphics/l2p/Makefile
+++ b/graphics/l2p/Makefile
@@ -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>