Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 09:27:55 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348925 - head/print/fontforge
Message-ID:  <201403240927.s2O9Rtwt000700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403240927.s2O9Rtwt000700>