diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 00:02:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 00:02:32 +0800 |
commit | 4ee6bd76e29fead113bf6f0ce67c66cc68974734 (patch) | |
tree | 3e346093f7af8f785f61a5c03e9d683fefc22e17 /graphics/quat-gui | |
parent | a27c4e44616461cc30dd7a525b2fb65284ec81a8 (diff) | |
download | freebsd-ports-gnome-4ee6bd76e29fead113bf6f0ce67c66cc68974734.tar.gz freebsd-ports-gnome-4ee6bd76e29fead113bf6f0ce67c66cc68974734.tar.zst freebsd-ports-gnome-4ee6bd76e29fead113bf6f0ce67c66cc68974734.zip |
- Stage support
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> |