diff options
Diffstat (limited to 'x11/xscreensaver/Makefile.common')
-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 |