Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 14:10:24 -0700
From:      Adam Weinberger <adamw@adamw.org>
To:        Boris Samorodov <bsam@passap.ru>
Cc:        Nicola Vitale <nivit@FreeBSD.org>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r379314 - head/print/foxitreader
Message-ID:  <A9009BB0-CF00-4C16-A6B6-29790007868A@adamw.org>
In-Reply-To: <54E648B3.7040502@passap.ru>
References:  <201502182118.t1ILIfDZ009172@svn.freebsd.org> <54E648B3.7040502@passap.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 19 Feb, 2015, at 13:33, Boris Samorodov <bsam@passap.ru> wrote:
>=20
> 19.02.2015 00:18, Nicola Vitale =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
>> 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/
>>=20
>> Log:
>>  - Fix installation when DOCS option is off
>>=20
>>  PR:	197807
>>  Submitted by:	xmj
>>=20
>> Modified:
>>  head/print/foxitreader/Makefile
>>=20
>> Modified: head/print/foxitreader/Makefile
>> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>> --- 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
>>=20
>> .include <bsd.port.mk>
>=20
> 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.

# Adam


--=20
Adam Weinberger
adamw@adamw.org
http://www.adamw.org






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A9009BB0-CF00-4C16-A6B6-29790007868A>