diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-09-27 20:04:54 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-09-27 20:04:54 +0000 |
commit | 37bbf74b92af2f895de00f099b4b1472f1c2d45a (patch) | |
tree | 2c26d4a58beae020a5c8f937949e1527c50a5de0 /editors/leafpad | |
parent | 90b165a7572f4f4847aeeefd91b7e5328c97311c (diff) | |
download | ports-37bbf74b92af2f895de00f099b4b1472f1c2d45a.tar.gz ports-37bbf74b92af2f895de00f099b4b1472f1c2d45a.zip |
Notes
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 5 |
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> |