aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-12-01 19:08:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-12-01 19:08:55 +0800
commitd287dafffeb01713975713fc18ce773c1a650f6f (patch)
tree829a8e61df2cb84602a79bcacee33c0f846dca27 /graphics
parent6b6c28c7ae0daab1d08961bd3fa3d049ce079e46 (diff)
downloadfreebsd-ports-gnome-d287dafffeb01713975713fc18ce773c1a650f6f.tar.gz
freebsd-ports-gnome-d287dafffeb01713975713fc18ce773c1a650f6f.tar.zst
freebsd-ports-gnome-d287dafffeb01713975713fc18ce773c1a650f6f.zip
- Optionize DOCS
Diffstat (limited to 'graphics')
-rw-r--r--graphics/autopano-sift-c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile
index b8ab1373bea2..320fb3ea9988 100644
--- a/graphics/autopano-sift-c/Makefile
+++ b/graphics/autopano-sift-c/Makefile
@@ -23,14 +23,14 @@ USES= cmake jpeg
PORTDOCS= *
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' -e '/set(all_libs/s/$$/ m/' \
${WRKSRC}/CMakeLists.txt
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.1ST ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>