svn commit: r308380 - head/print/hpijs

Alexey Dokuchaev danfe at FreeBSD.org
Thu Dec 6 14:12:37 UTC 2012


On Thu, Dec 06, 2012 at 10:57:15AM +0000, Rene Ladan wrote:
> New Revision: 308380
> URL: http://svnweb.freebsd.org/changeset/ports/308380
>  
> +.if empty(PORT_OPTIONS:MCUPS) && empty(PORT_OPTIONS:MFOOMATIC)
>  do-install:
>  	${INSTALL_PROGRAM} ${WRKSRC}/hpijs ${PREFIX}/bin

INSTALL_PROGRAM is correctly unmuted (vocal) here...

> -.if !defined(NOPORTDOCS)
> +.if ${PORT_OPTIONS:MDOCS}
>  	@${MKDIR} ${DOCSDIR}
>  	@${INSTALL_DATA} ${WRKSRC}/gs_hpijs.png ${DOCSDIR}
>  	@${INSTALL_DATA} ${WRKSRC}/hpijs_readme.html ${DOCSDIR}

... and here, MKDIR is correctly muted, but INSTALL_DATA should not be
muted; it is now also inconsistent with the INSTALL_PROGRAM quoted above.

./danfe


More information about the svn-ports-all mailing list