diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 18:00:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 18:00:42 +0800 |
commit | b6f4b63a9a2970b650afb14255707137dbcc91f4 (patch) | |
tree | fdda61fb9b9cd71869479513195528d4b5363f4b | |
parent | 6ce564ef8fd091542bdbc983e289f8e4f6f6022e (diff) | |
download | freebsd-ports-gnome-b6f4b63a9a2970b650afb14255707137dbcc91f4.tar.gz freebsd-ports-gnome-b6f4b63a9a2970b650afb14255707137dbcc91f4.tar.zst freebsd-ports-gnome-b6f4b63a9a2970b650afb14255707137dbcc91f4.zip |
- Stage support
-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> |