diff options
author | jgh <jgh@FreeBSD.org> | 2013-09-28 04:04:54 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-09-28 04:04:54 +0800 |
commit | 65c7ee344d66e39137eab1cdd0304a44676bc25d (patch) | |
tree | 2c26d4a58beae020a5c8f937949e1527c50a5de0 | |
parent | a82c4f578b005a0b7704de4a850828b0c0020c9b (diff) | |
download | freebsd-ports-graphics-65c7ee344d66e39137eab1cdd0304a44676bc25d.tar.gz freebsd-ports-graphics-65c7ee344d66e39137eab1cdd0304a44676bc25d.tar.zst freebsd-ports-graphics-65c7ee344d66e39137eab1cdd0304a44676bc25d.zip |
- support staging
-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 a08eef4be48..c7e9f0011f0 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> |