aboutsummaryrefslogtreecommitdiff
path: root/graphics/darktable/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 18:26:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 18:26:14 +0000
commitf3ace4251bf81537fd95588af145d9d6d6e40008 (patch)
tree6b4799b0cf7b3d20af9184999a4aa0c2ebcba9ce /graphics/darktable/Makefile
parent387330411881d2d22bd6749ac2a3caafb0d8c0fb (diff)
downloadports-f3ace4251bf81537fd95588af145d9d6d6e40008.tar.gz
ports-f3ace4251bf81537fd95588af145d9d6d6e40008.zip
- Switch to options helpers
- While here, add some NO_ARCHes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395389
Diffstat (limited to 'graphics/darktable/Makefile')
-rw-r--r--graphics/darktable/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 99ef82fc3d7f..b6e59c000f32 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -103,14 +103,12 @@ CMAKE_BUILD_TYPE= RelWithDebInfo
STRIP=
.endif
-.if ! ${PORT_OPTIONS:MDOCS}
-post-install:
+post-install-DOCS-off:
${RM} ${STAGEDIR}${DOCSDIR}/AUTHORS
${RM} ${STAGEDIR}${DOCSDIR}/LICENSE
${RM} ${STAGEDIR}${DOCSDIR}/README
${RM} ${STAGEDIR}${DOCSDIR}/TRANSLATORS
${RM} ${STAGEDIR}${DOCSDIR}/darktablerc.html
${RMDIR} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>