diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-05 22:44:51 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-05 22:44:51 +0000 |
commit | 1f7cb5b8afdf31cc3db596588bb6ce075cee5fe8 (patch) | |
tree | df7e3f497752dded466d10c562351d404bc61a9d /x11-toolkits/iwidgets/files/patch-aa | |
parent | c29b22718bda20814c470e7408b8c7ec78b89a48 (diff) | |
download | FreeBSD-ports-1f7cb5b8afdf31cc3db596588bb6ce075cee5fe8.zip FreeBSD-ports-1f7cb5b8afdf31cc3db596588bb6ce075cee5fe8.tar.gz |
Import of itcl 3.0.0's widgets
This package contains [incr Widgets] version 3.0.0. [incr Widgets] is
a companion to [incr Tk] and provides a widget set, with many improved
widgets. The [incr Widgets] collection is also known as ``iwidgets''.
PR: ports/10960
Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
Diffstat (limited to 'x11-toolkits/iwidgets/files/patch-aa')
-rw-r--r-- | x11-toolkits/iwidgets/files/patch-aa | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-toolkits/iwidgets/files/patch-aa b/x11-toolkits/iwidgets/files/patch-aa new file mode 100644 index 0000000..2f21a97 --- /dev/null +++ b/x11-toolkits/iwidgets/files/patch-aa @@ -0,0 +1,33 @@ +--- Makefile.in~ Wed Aug 12 11:02:41 1998 ++++ Makefile.in Sat Jan 16 17:37:42 1999 +@@ -49,7 +49,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)$(prefix)/man + + # Directory in which to install manual entry for itclsh: + MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1 +@@ -102,10 +102,10 @@ + # modify any of this stuff by hand. + #---------------------------------------------------------------- + +-INSTALL = @INSTALL@ ++INSTALL = install -c + INSTALL_PROGRAM = $(INSTALL) + INSTALL_DATA = $(INSTALL) -m 644 +-MKINSTALLDIRS = $(ITCL_SRC_DIR)/../config/mkinstalldirs ++MKINSTALLDIRS = ../../config/mkinstalldirs + RANLIB = @RANLIB@ + LN_S = ln -s + TOP_DIR = @IWIDGETS_SRC_DIR@ +@@ -148,8 +148,6 @@ + + install-libraries: + @$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR) +- @rm -f $(LIB_INSTALL_DIR)/iwidgets +- $(LN_S) iwidgets$(VERSION) $(LIB_INSTALL_DIR)/iwidgets + @$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)/scripts + @for i in $(GENERIC_DIR)/*.itk $(GENERIC_DIR)/*.itcl $(GENERIC_DIR)/tclIndex $(GENERIC_DIR)/*.gif ; \ + do \ |