diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 10:00:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 10:00:42 +0000 |
commit | 97ce66e6a06673e1e6b5d5ec7ec26607266f8188 (patch) | |
tree | fdda61fb9b9cd71869479513195528d4b5363f4b /devel | |
parent | e3b681363d4f83abb79d927ba9c73955590703a0 (diff) | |
download | ports-97ce66e6a06673e1e6b5d5ec7ec26607266f8188.tar.gz ports-97ce66e6a06673e1e6b5d5ec7ec26607266f8188.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=344719
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qjson/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/qjson/Makefile b/devel/qjson/Makefile index a222c89c4039..c78755604b94 100644 --- a/devel/qjson/Makefile +++ b/devel/qjson/Makefile @@ -17,8 +17,6 @@ USE_LDCONFIG= yes PORTDOCS= * -NO_STAGE= yes - OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> @@ -37,9 +35,7 @@ post-build: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |