diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-28 20:25:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-28 20:25:16 +0800 |
commit | 15f7c5875e08992b734eff213f4d1ba582ab3a14 (patch) | |
tree | ea6940b03a98d52dd507de6a4e8fa441e9ff3351 /science/szip | |
parent | dc7645f7ae5b9066dfa7beeab32a9859143d6817 (diff) | |
download | freebsd-ports-gnome-15f7c5875e08992b734eff213f4d1ba582ab3a14.tar.gz freebsd-ports-gnome-15f7c5875e08992b734eff213f4d1ba582ab3a14.tar.zst freebsd-ports-gnome-15f7c5875e08992b734eff213f4d1ba582ab3a14.zip |
- Support staging
Diffstat (limited to 'science/szip')
-rw-r--r-- | science/szip/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/science/szip/Makefile b/science/szip/Makefile index f44932a462b4..5a7bda976c12 100644 --- a/science/szip/Makefile +++ b/science/szip/Makefile @@ -26,13 +26,8 @@ PORTDOCS= Release_notes_2_0.pdf OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |