summaryrefslogtreecommitdiff
path: root/lang/tcl-tclX
diff options
context:
space:
mode:
authorheinz <heinz>2004-05-23 15:09:06 +0000
committerheinz <heinz>2004-05-23 15:09:06 +0000
commit5ba3b7582449bad0d219b531bce4df344b74dc8c (patch)
treeec9c3459f3d75800c35364c49789525088b9ad3c /lang/tcl-tclX
parentd95ddf39a2e52c3815559260cc5b83800479ed46 (diff)
downloadpkgsrc-5ba3b7582449bad0d219b531bce4df344b74dc8c.tar.gz
Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
Diffstat (limited to 'lang/tcl-tclX')
-rw-r--r--lang/tcl-tclX/Makefile4
1 files changed, 2 insertions, 2 deletions
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