diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-21 22:21:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-21 22:21:23 +0000 |
commit | e11c943ee8ae42f688b1121c438a7d46d648a6e7 (patch) | |
tree | e14a40f051e144e6e401f85a87cf773159531971 /devel/cvs | |
parent | 8360ed458c8f2e791a2f3c45d926ea21b21b1b7b (diff) | |
download | pkgsrc-e11c943ee8ae42f688b1121c438a7d46d648a6e7.tar.gz |
oops. echo -> ${ECHO}
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index d4591d63f14..8ed730b0244 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/10/21 19:29:05 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2000/10/21 22:21:23 wiz Exp $ # DISTNAME= cvs-1.11 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-krb4=no .if defined(RCS_LOCALID) pre-fetch: - @echo RCS_LOCALID is now replaced by the tag variable in CVSROOT/config. + @${ECHO} RCS_LOCALID is now replaced by the tag variable in CVSROOT/config. .endif CONFIGURE_ENV+= perl_path=${PERL5} |