summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-04-04 22:21:14 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-04-04 22:21:14 +0000
commit7e894f2724b9ee242dab17251673c326db311408 (patch)
tree123b16bb83ecb01ddd8021a28a83e61a2d5d5e63 /dev-tcltk/itcl
parentStable on x86 (Manifest recommit) (diff)
downloadgentoo-2-7e894f2724b9ee242dab17251673c326db311408.tar.gz
gentoo-2-7e894f2724b9ee242dab17251673c326db311408.tar.bz2
gentoo-2-7e894f2724b9ee242dab17251673c326db311408.zip
removing stray diff
Diffstat (limited to 'dev-tcltk/itcl')
-rw-r--r--dev-tcltk/itcl/files/itcl-3.2-r2-gentoo.diff40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-tcltk/itcl/files/itcl-3.2-r2-gentoo.diff b/dev-tcltk/itcl/files/itcl-3.2-r2-gentoo.diff
deleted file mode 100644
index 02c5c307e817..000000000000
--- a/dev-tcltk/itcl/files/itcl-3.2-r2-gentoo.diff
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -urN itcl3.2.old/iwidgets2.2.0/Makefile.in itcl3.2/iwidgets2.2.0/Makefile.in
---- itcl3.2.old/iwidgets2.2.0/Makefile.in Mon Aug 28 20:58:00 2000
-+++ itcl3.2/iwidgets2.2.0/Makefile.in Mon May 27 06:20:06 2002
-@@ -31,6 +31,7 @@
-
- srcdir = @srcdir@
- bindir = @bindir@
-+mandir = @mandir@
-
- # The following definition can be set to non-null for special systems
- # like AFS with replication. It allows the pathnames used for installation
-@@ -52,7 +53,7 @@
- INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
-
- # Top-level directory in which to install manual entries:
--MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
-+MAN_INSTALL_DIR = $(INSTALL_ROOT)$(mandir)
-
- # Directory in which to install manual entry for itclsh:
- MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1
-diff -urN itcl3.2.old/iwidgets3.0.0/Makefile.in itcl3.2/iwidgets3.0.0/Makefile.in
---- itcl3.2.old/iwidgets3.0.0/Makefile.in Mon Aug 28 20:58:00 2000
-+++ itcl3.2/iwidgets3.0.0/Makefile.in Mon May 27 06:20:30 2002
-@@ -31,6 +31,7 @@
-
- srcdir = @srcdir@
- bindir = @bindir@
-+mandir = @mandir@
-
- # The following definition can be set to non-null for special systems
- # like AFS with replication. It allows the pathnames used for installation
-@@ -52,7 +53,7 @@
- INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
-
- # Top-level directory in which to install manual entries:
--MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
-+MAN_INSTALL_DIR = $(INSTALL_ROOT)$(mandir)
-
- # Directory in which to install manual entry for itclsh:
- MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1