Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 23:33:55 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        Nicola Vitale <nivit@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r379314 - head/print/foxitreader
Message-ID:  <54E648B3.7040502@passap.ru>
In-Reply-To: <201502182118.t1ILIfDZ009172@svn.freebsd.org>
References:  <201502182118.t1ILIfDZ009172@svn.freebsd.org>

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



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