diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 10:42:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-13 10:42:03 +0000 |
commit | e6d0bba8ff70e3a4e5f98a8442a773ef199c924a (patch) | |
tree | f792fe793ea5527e8c1dd9acf4ba74af24dc3d8f /lang/tcl85/files/patch-unix-Makefile.in | |
parent | - Improved handling of WITH_TCL84_MAN (diff) |
- Improved handling of WITH_TCL85_MAN
- Manpages are not installed by default (default on for Tcl 8.4)
PR: 110257
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'lang/tcl85/files/patch-unix-Makefile.in')
-rw-r--r-- | lang/tcl85/files/patch-unix-Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/tcl85/files/patch-unix-Makefile.in b/lang/tcl85/files/patch-unix-Makefile.in index 01f7d6881608..5722d28a780e 100644 --- a/lang/tcl85/files/patch-unix-Makefile.in +++ b/lang/tcl85/files/patch-unix-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed Jan 17 13:10:55 2007 -+++ Makefile.in Wed Jan 17 12:55:33 2007 +--- Makefile.in.orig Mon Oct 23 15:41:32 2006 ++++ Makefile.in Mon Mar 12 18:28:44 2007 @@ -57,6 +57,8 @@ # Directory in which to install the include file tcl.h: @@ -44,6 +44,15 @@ ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} rm -f $@ +@@ -706,7 +718,7 @@ + dltest.marker: + cd dltest ; $(MAKE) + +-INSTALL_TARGETS = install-binaries install-libraries install-doc @EXTRA_INSTALL@ ++INSTALL_TARGETS = install-binaries install-libraries @EXTRA_INSTALL@ + + install: $(INSTALL_TARGETS) + @@ -735,6 +747,13 @@ @echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/" @@INSTALL_LIB@ |