From owner-svn-ports-all@FreeBSD.ORG Fri Feb 20 06:27:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CCB7A93; Fri, 20 Feb 2015 06:27:59 +0000 (UTC) Received: from forward9l.mail.yandex.net (forward9l.mail.yandex.net [84.201.143.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB1F3880; Fri, 20 Feb 2015 06:27:58 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 9347DE61144; Fri, 20 Feb 2015 09:27:53 +0300 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 832DD2C56FF; Fri, 20 Feb 2015 09:27:52 +0300 (MSK) Received: from 194.5.8.185.sparktell.net (194.5.8.185.sparktell.net [185.8.5.194]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id AIBnY7LYLH-RpU8VfmD; Fri, 20 Feb 2015 09:27:52 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) Message-ID: <54E6D3E7.9080306@passap.ru> Date: Fri, 20 Feb 2015 09:27:51 +0300 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Adam Weinberger Subject: Re: svn commit: r379314 - head/print/foxitreader References: <201502182118.t1ILIfDZ009172@svn.freebsd.org> <54E648B3.7040502@passap.ru> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Nicola Vitale , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 06:27:59 -0000 20.02.2015 00:10, Adam Weinberger пишет: >> On 19 Feb, 2015, at 13:33, Boris Samorodov wrote: >> >> 19.02.2015 00:18, Nicola Vitale пишет: >>> 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 >> >> I was under an impression that this should be automagically >> treated by staging. > > In general, you're right, but in this case, the DOCS option adds an extra DISTFILE containing the manual. Got it, interesting use case. Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve