summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk86/files/patch-unix::Makefile.in
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-13 10:53:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-13 10:53:23 +0000
commit5b212211b950f5dfc563c244f1c530c6e51e4e1b (patch)
tree8973130414ae6a09364a30c8812816f00602a4cf /x11-toolkits/tk86/files/patch-unix::Makefile.in
parent- Improved handling of WITH_TCL85_MAN (diff)
- Improved handling of WITH_TK85_MAN
- Manpages are not installed by default (default on for default TK - 8.4) - Fixed pkg-plist if no manpages are installed PR: 110258 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Notes
Notes: svn path=/head/; revision=187286
Diffstat (limited to 'x11-toolkits/tk86/files/patch-unix::Makefile.in')
-rw-r--r--x11-toolkits/tk86/files/patch-unix::Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-toolkits/tk86/files/patch-unix::Makefile.in b/x11-toolkits/tk86/files/patch-unix::Makefile.in
index 8c3c679eb1e1..f603f71bf0e6 100644
--- a/x11-toolkits/tk86/files/patch-unix::Makefile.in
+++ b/x11-toolkits/tk86/files/patch-unix::Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Tue Jan 30 11:20:44 2007
-+++ Makefile.in Tue Jan 30 11:30:35 2007
+--- Makefile.in.orig Mon Oct 23 15:45:33 2006
++++ Makefile.in Mon Mar 12 18:32:29 2007
@@ -64,6 +64,8 @@
# Directory in which to install the include file tk.h:
@@ -58,6 +58,15 @@
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
rm -f $@
+@@ -613,7 +623,7 @@
+ gdb ./wish --command=gdb.run
+ rm gdb.run
+
+-INSTALL_TARGETS = install-binaries install-libraries install-demos install-doc @EXTRA_INSTALL@
++INSTALL_TARGETS = install-binaries install-libraries install-demos @EXTRA_INSTALL@
+
+ install: $(INSTALL_TARGETS)
+
@@ -626,7 +636,8 @@
# some ranlibs write to current directory, and this might not always be
# possible (e.g. if installing as root).