From c619f0cc73d122e75e6285e32dfc6eca805d2550 Mon Sep 17 00:00:00 2001 From: heinz Date: Sun, 23 May 2004 15:09:06 +0000 Subject: Use option "-r" instead of "-e" for the '[' command since this is not portable to some operating systems (eg UnixWare or IRIX 5). --- lang/tcl-tclX/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/tcl-tclX/Makefile') diff --git a/lang/tcl-tclX/Makefile b/lang/tcl-tclX/Makefile index 0d5caee7392..d77d40594c5 100644 --- a/lang/tcl-tclX/Makefile +++ b/lang/tcl-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/05/13 22:06:03 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2004/05/23 15:09:06 heinz Exp $ # DISTNAME= tclx8.3.5-src @@ -38,7 +38,7 @@ INSTALLATION_DIRS= bin include post-extract: @${MV} ${WRKSRC}/../doc/Memory.n ${WRKSRC}/../doc/TclXMemory.n - @if [ ! -e ${PKGSRC_TCL_SRC_DIR} ]; then \ + @if [ ! -r ${PKGSRC_TCL_SRC_DIR} ]; then \ cd ../../lang/tcl && ${MAKE} extract; \ fi -- cgit v1.2.3