summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-09 12:01:26 +0000
committerwiz <wiz>2001-04-09 12:01:26 +0000
commitf0ba87417e4acfd7f59250d52aaf609e32a0c512 (patch)
tree132bee7a6694088ccf77be48d4797e4fbd4bf607 /x11/xscreensaver
parent1b07be308b7976d445a98680412b613603fb8d5b (diff)
downloadpkgsrc-f0ba87417e4acfd7f59250d52aaf609e32a0c512.tar.gz
echo -> ${ECHO}
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/Makefile.common4
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