aboutsummaryrefslogtreecommitdiff
path: root/print/fontforge
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-03-24 09:27:54 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-03-24 09:27:54 +0000
commit4b0ff930d8378d764886da451f6604fe117b8463 (patch)
treeb61d4d36baf1f250707c86c6fc5f089f6b653ae6 /print/fontforge
parentf882a8136ad8b7b81d2d98c72efebf0a1a4d08b1 (diff)
downloadports-4b0ff930d8378d764886da451f6604fe117b8463.tar.gz
ports-4b0ff930d8378d764886da451f6604fe117b8463.zip
Doc files are downloaded separately, they are not available
when DOCS=off Noticed by: maintainer
Notes
Notes: svn path=/head/; revision=348925
Diffstat (limited to 'print/fontforge')
-rw-r--r--print/fontforge/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index 7ccaa6e0bf53..335fb0c17c64 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -118,7 +118,9 @@ post-install:
(cd ${WRKSRC}/plugins; ${INSTALL_DATA} .libs/* \
${STAGEDIR}${PREFIX}/share/fontforge/plugins)
.endif
+.if ${PORT_OPTIONS:MDOCS}
${INSTALL_DATA} ${WRKDIR}/html/*.* ${STAGEDIR}${DOCSDIR}
+.endif
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@(cd ${STAGEDIR}${PREFIX}/lib && ${STRIP_CMD} libgunicode.so.3 \
libgutils.so.1 libgioftp.so.1 libgdraw.so.4 libfontforge.so.1)