aboutsummaryrefslogtreecommitdiff
path: root/editors/leafpad
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-09-27 20:04:54 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-09-27 20:04:54 +0000
commit37bbf74b92af2f895de00f099b4b1472f1c2d45a (patch)
tree2c26d4a58beae020a5c8f937949e1527c50a5de0 /editors/leafpad
parent90b165a7572f4f4847aeeefd91b7e5328c97311c (diff)
downloadports-37bbf74b92af2f895de00f099b4b1472f1c2d45a.tar.gz
ports-37bbf74b92af2f895de00f099b4b1472f1c2d45a.zip
- support staging
Notes
Notes: svn path=/head/; revision=328511
Diffstat (limited to 'editors/leafpad')
-rw-r--r--editors/leafpad/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
index a08eef4be48d..c7e9f0011f03 100644
--- a/editors/leafpad/Makefile
+++ b/editors/leafpad/Makefile
@@ -27,7 +27,6 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:
@@ -41,8 +40,8 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${INSTALL} -d ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>