summaryrefslogtreecommitdiff
path: root/graphics/mgl/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2004-05-15 13:57:12 +0000
committerheinz <heinz>2004-05-15 13:57:12 +0000
commit2a94ecdf2b8e189e77db78d365202ed21794d041 (patch)
treea792dac59233ecfd05a390029c851a9397ea1a02 /graphics/mgl/Makefile
parente85f30cc0c1d895355d577e2a3c1137bd3c4af8c (diff)
downloadpkgsrc-2a94ecdf2b8e189e77db78d365202ed21794d041.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/Makefile')
-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: