svn commit: r379314 - head/print/foxitreader
Boris Samorodov
bsam at passap.ru
Thu Feb 19 20:34:14 UTC 2015
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 <bsd.port.mk>
I was under an impression that this should be automagically
treated by staging.
--
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
More information about the svn-ports-all
mailing list