diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-24 17:27:54 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-24 17:27:54 +0800 |
commit | e8dd88504c8f431eb0a34c61cfa1533cc056e835 (patch) | |
tree | b61d4d36baf1f250707c86c6fc5f089f6b653ae6 /print/fontforge | |
parent | b2a12a81d1bca39e907621a9e8e4f107fbe7c462 (diff) | |
download | freebsd-ports-gnome-e8dd88504c8f431eb0a34c61cfa1533cc056e835.tar.gz freebsd-ports-gnome-e8dd88504c8f431eb0a34c61cfa1533cc056e835.tar.zst freebsd-ports-gnome-e8dd88504c8f431eb0a34c61cfa1533cc056e835.zip |
Doc files are downloaded separately, they are not available
when DOCS=off
Noticed by: maintainer
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 2 |
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) |