summaryrefslogtreecommitdiff
path: root/lang/tcl81-thread/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-13 09:47:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-13 09:47:54 +0000
commitf063815b4dd4a431ac15432ed90d20d17c7d29f6 (patch)
tree3e7f97c7559a2485e2553f6f5ad9a1af95c27358 /lang/tcl81-thread/files
parent- Update to 1.217 (diff)
- Adds TCL81_MAN and TCLSH_WRAPPER to OPTIONS
- Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Adds support for NO_INSTALL_MANPAGES knob - Pass maintainership to submitter - Bump PORTREVISION PR: 110232 Submitted by: Martin Matuska <martin@matuska.org>
Notes
Notes: svn path=/head/; revision=187275
Diffstat (limited to 'lang/tcl81-thread/files')
-rw-r--r--lang/tcl81-thread/files/patch-aa13
1 files changed, 10 insertions, 3 deletions
diff --git a/lang/tcl81-thread/files/patch-aa b/lang/tcl81-thread/files/patch-aa
index d766fa1d1d83..79394452bc3d 100644
--- a/lang/tcl81-thread/files/patch-aa
+++ b/lang/tcl81-thread/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.orig Fri Dec 11 18:36:13 1998
-+++ Makefile.in Thu Jan 21 11:09:47 1999
+--- Makefile.in.orig Sat Dec 12 00:36:13 1998
++++ Makefile.in Mon Mar 12 16:48:00 2007
@@ -55,7 +55,9 @@
BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
@@ -70,7 +70,14 @@
@TCL_LD_SEARCH_FLAGS@ -o tclsh
tcltest: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${BUILD_DLTEST}
-@@ -459,7 +467,7 @@
+@@ -453,13 +461,13 @@
+ cd dltest; if test -f configure; then ./configure; else \
+ $(DLTEST_DIR)/configure; fi
+
+-install: install-binaries install-libraries install-man
++install: install-binaries install-libraries
+
+ # Note: before running ranlib below, must cd to target directory because
# some ranlibs write to current directory, and this might not always be
# possible (e.g. if installing as root).