Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2005 17:03:24 +0200
From:      Kirill Ponomarew <krion@voodoo.oberon.net>
To:        Archie Cobbs <archie@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/java/classpath Makefile
Message-ID:  <20050329150324.GD15379@voodoo.oberon.net>
In-Reply-To: <200503291459.j2TExcTs045129@repoman.freebsd.org>
References:  <200503291459.j2TExcTs045129@repoman.freebsd.org>

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



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