diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:32 +0000 |
commit | 96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b (patch) | |
tree | 3e346093f7af8f785f61a5c03e9d683fefc22e17 /graphics/quat-gui | |
parent | 76238fe5e39ebe60b3503a53bf841a85fe3bfb1f (diff) | |
download | ports-96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b.tar.gz ports-96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b.zip |
Notes
Diffstat (limited to 'graphics/quat-gui')
-rw-r--r-- | graphics/quat-gui/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 16c7987e12c6..43b416373631 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -36,7 +36,6 @@ PLIST_FILES= bin/quat DESKTOP_ENTRIES="Quat" "3D Fractal Generator" "" "${PORTNAME}" "" "" -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} @@ -65,10 +64,8 @@ post-patch: ${WRKSRC}/doc/Makefile.in post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif .include <bsd.port.mk> |