From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 21:18:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EFA1C66; Wed, 18 Feb 2015 21:18:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 087EFC9D; Wed, 18 Feb 2015 21:18:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILIfhK009173; Wed, 18 Feb 2015 21:18:41 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ILIfDZ009172; Wed, 18 Feb 2015 21:18:41 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502182118.t1ILIfDZ009172@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 18 Feb 2015 21:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379314 - head/print/foxitreader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 21:18:42 -0000 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