diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-04 00:21:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-04 00:21:05 +0000 |
commit | ddb2f4ea852d826f0895d23d31a329435416113b (patch) | |
tree | 6618be12aad0fba34095f759c12a9001ed411483 /graphics | |
parent | 9b4579d6cfba8d1bc9545312039e193ee0d86d8a (diff) | |
download | pkgsrc-ddb2f4ea852d826f0895d23d31a329435416113b.tar.gz |
Use ${ECHO} instead of echo.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/swfdec/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/swfdec/Makefile.common b/graphics/swfdec/Makefile.common index d6533aa42a4..39de7c0395d 100644 --- a/graphics/swfdec/Makefile.common +++ b/graphics/swfdec/Makefile.common @@ -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 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= swfdec.pc.in pre-install: - echo "install:" >${WRKSRC}/plugin/Makefile + ${ECHO} "install:" >${WRKSRC}/plugin/Makefile .include "../../devel/pkgconfig/buildlink3.mk" |