summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-27 22:00:47 +0000
committerjtb <jtb>2001-02-27 22:00:47 +0000
commit92f94ec3696c911ac5d5716ed56218f3cb0d101a (patch)
treecdded4f0c6ee982b6fb4c9e484518affbcfe01c8 /lang
parente5e88443e66c41a08e69515654a15340314a5695 (diff)
downloadpkgsrc-92f94ec3696c911ac5d5716ed56218f3cb0d101a.tar.gz
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.
Diffstat (limited to 'lang')
-rw-r--r--lang/smalltalk/files/patch-sum4
-rw-r--r--lang/smalltalk/patches/patch-aa15
2 files changed, 14 insertions, 5 deletions
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 \