aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl83
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-10-02 13:22:00 +0800
committerasami <asami@FreeBSD.org>1997-10-02 13:22:00 +0800
commite90860580dcb937a4e5448f7bba064992c2196bb (patch)
tree300599a3c213ee807c6178bd790b8d2526b365e6 /lang/tcl83
parent478df8e153aebfeac9f87408c04be10578515f69 (diff)
downloadfreebsd-ports-gnome-e90860580dcb937a4e5448f7bba064992c2196bb.tar.gz
freebsd-ports-gnome-e90860580dcb937a4e5448f7bba064992c2196bb.tar.zst
freebsd-ports-gnome-e90860580dcb937a4e5448f7bba064992c2196bb.zip
Create some directories with "mkdir -p" so that it works on an empty
/usr/local. If people can do a pkg_delete before the final test, it will be very appreciated.
Diffstat (limited to 'lang/tcl83')
-rw-r--r--lang/tcl83/files/patch-aa7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/tcl83/files/patch-aa b/lang/tcl83/files/patch-aa
index 230af1185c80..80f452ee5fa4 100644
--- a/lang/tcl83/files/patch-aa
+++ b/lang/tcl83/files/patch-aa
@@ -50,7 +50,7 @@
@for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \
do \
if [ ! -d $$i ] ; then \
-@@ -429,14 +436,19 @@
+@@ -429,18 +436,23 @@
@$(INSTALL_DATA) $(TCL_LIB_FILE) $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE)
@(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TCL_LIB_FILE))
@chmod 555 $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE)
@@ -73,6 +73,11 @@
do \
if [ ! -d $$i ] ; then \
echo "Making directory $$i"; \
+- mkdir $$i; \
++ mkdir -p $$i; \
+ chmod 755 $$i; \
+ else true; \
+ fi; \
@@ -454,8 +466,15 @@
else true; \
fi; \
2-4/+4 * - Update to 0.50rafan2007-01-163-6/+18 * - Update to 0.49rafan2006-09-143-7/+18 * - Respect DESTDIRrafan2006-08-131-12/+17 * Refine WWW entryrafan2006-06-271-1/+1 * Change to my FreeBSD.org email.rafan2006-06-271-1/+1 * - Update to 0.47clsung2006-05-082-5/+6 * - Update to 0.46novel2006-03-164-4/+11 * Update to 0.43. Now requires perl from ports.lth2006-01-303-21/+73 * SHA256ifyedwin2006-01-221-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * Upgrade to 0.38.vanilla2004-12-132-3/+3