diff options
author | heinz <heinz> | 2004-05-15 13:57:12 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-05-15 13:57:12 +0000 |
commit | 7790bc9d585e75bc0cc55087d0377e951baed236 (patch) | |
tree | a792dac59233ecfd05a390029c851a9397ea1a02 /graphics/mgl | |
parent | 940bb5bef100b0c4241a467844c7af43ebc8bc10 (diff) | |
download | pkgsrc-7790bc9d585e75bc0cc55087d0377e951baed236.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/Makefile | 4 |
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: |