aboutsummaryrefslogtreecommitdiff
path: root/graphics/lfview/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 19:37:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 19:37:57 +0000
commit242481663d765115bbed1b98f75cfc963c25882b (patch)
tree0e863bf0019a9552bfcdc1412ee1f003904494ec /graphics/lfview/Makefile
parentba45652f7362f2061a0029e82b7e4492ec08ba74 (diff)
downloadports-242481663d765115bbed1b98f75cfc963c25882b.tar.gz
ports-242481663d765115bbed1b98f75cfc963c25882b.zip
- Switch to options helpers
- While here, add some NO_ARCHes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395395
Diffstat (limited to 'graphics/lfview/Makefile')
-rw-r--r--graphics/lfview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile
index b8417af55941..4fbe99573d48 100644
--- a/graphics/lfview/Makefile
+++ b/graphics/lfview/Makefile
@@ -28,9 +28,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lfview ${STAGEDIR}${PREFIX}/bin
${INSTALL_LIB} ${WRKSRC}/plugins/liblfv_leaf.so.1 ${STAGEDIR}${PREFIX}/lib
${LN} -sf liblfv_leaf.so.1 ${STAGEDIR}${PREFIX}/lib/liblfv_leaf.so
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>