summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-09 12:01:26 +0000
committerwiz <wiz@pkgsrc.org>2001-04-09 12:01:26 +0000
commit1b8cc3a08d9f1fb8f771303951ee8dfd2d08b748 (patch)
tree132bee7a6694088ccf77be48d4797e4fbd4bf607 /x11
parentb1c3ef929aa1161ffa7753813b29380917c964de (diff)
downloadpkgsrc-1b8cc3a08d9f1fb8f771303951ee8dfd2d08b748.tar.gz
echo -> ${ECHO}
Diffstat (limited to 'x11')
-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