diff options
author | heinz <heinz@pkgsrc.org> | 2004-05-15 13:57:12 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-05-15 13:57:12 +0000 |
commit | a8b68434dce7324188312e32163b0ba1854b5299 (patch) | |
tree | a792dac59233ecfd05a390029c851a9397ea1a02 /graphics/mgl/Makefile | |
parent | 1e1338f1f4d57a0323399ab0780447933f42c959 (diff) | |
download | pkgsrc-a8b68434dce7324188312e32163b0ba1854b5299.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/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: |