summaryrefslogtreecommitdiff
path: root/graphics/mgl
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-05-15 13:57:12 +0000
committerheinz <heinz@pkgsrc.org>2004-05-15 13:57:12 +0000
commit23c1021c8036bcecf220c4e8a7b30c2c7ffed430 (patch)
treea792dac59233ecfd05a390029c851a9397ea1a02 /graphics/mgl
parent121f2aafd0030f929d493d50f649cc427dd62a14 (diff)
downloadpkgsrc-23c1021c8036bcecf220c4e8a7b30c2c7ffed430.tar.gz
Use option "-r" instead of "-e" for ${TEST} since this is not portable to some
operating systems (eg UnixWare).
Diffstat (limited to 'graphics/mgl')
-rw-r--r--graphics/mgl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile
index ef617714aea..773d3493f06 100644
--- a/graphics/mgl/Makefile
+++ b/graphics/mgl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/04/24 00:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/15 13:57:12 heinz Exp $
#
DISTNAME= mgl2-alpha-020
@@ -64,7 +64,7 @@ post-install:
.endfor
${LN} -s mglcons.sh ${PREFIX}/bin/start_mgl.sh
- @if ${TEST} -e ${PREFIX}/bin/mglsvrcons; \
+ @if ${TEST} -r ${PREFIX}/bin/mglsvrcons; \
then ${MV} -f ${PREFIX}/bin/mglsvrcons ${PREFIX}/sbin/; \
fi
# The following three commands are only present on hpcmips: