Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 21:18:41 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379314 - head/print/foxitreader
Message-ID:  <201502182118.t1ILIfDZ009172@svn.freebsd.org>

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



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