cvs commit: ports/java/classpath Makefile

Kirill Ponomarew krion at voodoo.oberon.net
Tue Mar 29 07:03:31 PST 2005


On Tue, Mar 29, 2005 at 02:59:38PM +0000, Archie Cobbs wrote:
> archie      2005-03-29 14:59:38 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     java/classpath       Makefile 
>   Log:
>   Use ${ECHO_CMD} instead of ${ECHO} for "real" echoing.
>   
>   Approved by:    portmgr (implicitly)

Please send all your patches to portmgr first.  You don't have
implicit permissions to commit during the freeze.

>   Revision  Changes    Path
>   1.12      +1 -1      ports/java/classpath/Makefile
> http://cvsweb.FreeBSD.org/ports/java/classpath/Makefile.diff?r1=1.11&r2=1.12
> | ===================================================================
> | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/java/classpath/Makefile,v
> | retrieving revision 1.11
> | retrieving revision 1.12
> | diff -u -p -r1.11 -r1.12
> | --- ports/java/classpath/Makefile	2005/03/28 23:01:36	1.11
> | +++ ports/java/classpath/Makefile	2005/03/29 14:59:38	1.12
> | @@ -3,7 +3,7 @@
> |  # Date created:			Sep 1, 2004
> |  # Whom:				ijliao
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/classpath/Makefile,v 1.11 2005/03/28 23:01:36 archie Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/classpath/Makefile,v 1.12 2005/03/29 14:59:38 archie Exp $
> |  #
> |  
> |  PORTNAME=	classpath
> | @@ -36,6 +36,6 @@ post-install:
> |  	@${FIND} ${dir} -type d | ${SORT} -r | \
> |  		${SED} 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
> |  .endfor
> | -	@${ECHO} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST}
> | +	@${ECHO_CMD} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST}
> |  
> |  .include <bsd.port.post.mk>

-Kirill


More information about the cvs-all mailing list