diff options
author | wiz <wiz> | 2001-04-09 12:01:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-09 12:01:26 +0000 |
commit | 28788f479f6dc8923cf988949b9c73f1398f468a (patch) | |
tree | 132bee7a6694088ccf77be48d4797e4fbd4bf607 /x11 | |
parent | 409d252a1b251ae1c4323fcd1667fc5d303733e8 (diff) | |
download | pkgsrc-28788f479f6dc8923cf988949b9c73f1398f468a.tar.gz |
echo -> ${ECHO}
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index e83fa21f108..ef1ed83b880 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2001/03/30 20:31:57 fredb Exp $ +# $NetBSD: Makefile.common,v 1.14 2001/04/09 12:01:26 wiz Exp $ # DISTNAME= xscreensaver-3.28 @@ -46,7 +46,7 @@ post-patch: PERL?= ${LOCALBASE}/bin/perl .ifndef (PERL_VERSION) -PERL_VERSION!= if [ -x ${PERL} ]; then ${PERL} -e 'print $$]'; else echo "5.006"; fi +PERL_VERSION!= if [ -x ${PERL} ]; then ${PERL} -e 'print $$]'; else ${ECHO} "5.006"; fi MAKEFLAGS+= PERL_VERSION="${PERL_VERSION}" .endif |