svn commit: r379314 - head/print/foxitreader

Nicola Vitale nivit at FreeBSD.org
Wed Feb 18 21:18:42 UTC 2015


Author: nivit
Date: Wed Feb 18 21:18:41 2015
New Revision: 379314
URL: https://svnweb.freebsd.org/changeset/ports/379314
QAT: https://qat.redports.org/buildarchive/r379314/

Log:
  - Fix installation when DOCS option is off
  
  PR:	197807
  Submitted by:	xmj

Modified:
  head/print/foxitreader/Makefile

Modified: head/print/foxitreader/Makefile
==============================================================================
--- head/print/foxitreader/Makefile	Wed Feb 18 20:49:13 2015	(r379313)
+++ head/print/foxitreader/Makefile	Wed Feb 18 21:18:41 2015	(r379314)
@@ -46,7 +46,9 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/
 .endfor
 .endif
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list