From 28788f479f6dc8923cf988949b9c73f1398f468a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Apr 2001 12:01:26 +0000 Subject: echo -> ${ECHO} --- x11/xscreensaver/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3