svn commit: r348925 - head/print/fontforge

Pawel Pekala pawel at FreeBSD.org
Mon Mar 24 09:27:55 UTC 2014


Author: pawel
Date: Mon Mar 24 09:27:54 2014
New Revision: 348925
URL: http://svnweb.freebsd.org/changeset/ports/348925
QAT: https://qat.redports.org/buildarchive/r348925/

Log:
  Doc files are downloaded separately, they are not available
  when DOCS=off
  
  Noticed by:	maintainer

Modified:
  head/print/fontforge/Makefile

Modified: head/print/fontforge/Makefile
==============================================================================
--- head/print/fontforge/Makefile	Mon Mar 24 09:01:39 2014	(r348924)
+++ head/print/fontforge/Makefile	Mon Mar 24 09:27:54 2014	(r348925)
@@ -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)


More information about the svn-ports-all mailing list