From 3ba1f050c43cc03e735186686a1ec5ee3659f327 Mon Sep 17 00:00:00 2001 From: jtb Date: Tue, 27 Feb 2001 22:00:47 +0000 Subject: Don't install the header files in $(oldincludedir) which defaults to /usr/include. They now get installed only in $(includedir). I have no idea why the package installs the same set of header's in two different locations anyway. --- lang/smalltalk/files/patch-sum | 4 ++-- lang/smalltalk/patches/patch-aa | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'lang/smalltalk') diff --git a/lang/smalltalk/files/patch-sum b/lang/smalltalk/files/patch-sum index bdb2433858a..23ed6541378 100644 --- a/lang/smalltalk/files/patch-sum +++ b/lang/smalltalk/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2001/01/23 21:49:16 jtb Exp $ +$NetBSD: patch-sum,v 1.3 2001/02/27 22:00:47 jtb Exp $ -MD5 (patch-aa) = 60abd1c400a7c6c939aead5563e09940 +MD5 (patch-aa) = 6bce09461e8e9e160c8bd203ce6bdc55 diff --git a/lang/smalltalk/patches/patch-aa b/lang/smalltalk/patches/patch-aa index ca4b926ac21..ac95ee4ba2c 100644 --- a/lang/smalltalk/patches/patch-aa +++ b/lang/smalltalk/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2001/01/23 21:49:17 jtb Exp $ +$NetBSD: patch-aa,v 1.3 2001/02/27 22:00:47 jtb Exp $ ---- Makefile.rules.orig Tue Jan 23 21:34:55 2001 +--- Makefile.rules.orig Wed Dec 27 11:22:19 2000 +++ Makefile.rules -@@ -114,8 +114,8 @@ +@@ -114,14 +114,14 @@ install:: installdirs optimize $(INSTALL_PROGRAM) gst$(EXE) $(bindir)/gst$(EXE) @@ -13,3 +13,12 @@ $NetBSD: patch-aa,v 1.2 2001/01/23 21:49:17 jtb Exp $ $(INSTALL_DATA) lib/gst.h $(includedir)/gst.h $(INSTALL_DATA) lib/gstpub.h $(includedir)/gstpub.h $(INSTALL_DATA) gstconf.h $(includedir)/gstconf.h +- -$(INSTALL_DATA) lib/gst.h $(oldincludedir)/gst.h +- -$(INSTALL_DATA) lib/gstpub.h $(oldincludedir)/gstpub.h +- -$(INSTALL_DATA) gstconf.h $(oldincludedir)/gstconf.h ++# -$(INSTALL_DATA) lib/gst.h $(oldincludedir)/gst.h ++# -$(INSTALL_DATA) lib/gstpub.h $(oldincludedir)/gstpub.h ++# -$(INSTALL_DATA) gstconf.h $(oldincludedir)/gstconf.h + $(INSTALL_DATA) lib/libgst.a $(smlibdir)/libgst.a + cd $(srcdir)/docs && $(MAKE) install + @for file in $(INSTALLED_FILES); do \ -- cgit v1.2.3