pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/swfdec Use ${ECHO} instead of echo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d23130fadc40
branches:  trunk
changeset: 495183:d23130fadc40
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 04 00:21:05 2005 +0000

description:
Use ${ECHO} instead of echo.

diffstat:

 graphics/swfdec/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f797965426a8 -r d23130fadc40 graphics/swfdec/Makefile.common
--- a/graphics/swfdec/Makefile.common   Sat Jun 04 00:15:28 2005 +0000
+++ b/graphics/swfdec/Makefile.common   Sat Jun 04 00:21:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:09 tv Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/06/04 00:21:05 wiz Exp $
 #
 
 DISTNAME=              swfdec-0.2.2
@@ -20,6 +20,6 @@
 PKGCONFIG_OVERRIDE=    swfdec.pc.in
 
 pre-install:
-       echo "install:" >${WRKSRC}/plugin/Makefile
+       ${ECHO} "install:" >${WRKSRC}/plugin/Makefile
 
 .include "../../devel/pkgconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index