aboutsummaryrefslogtreecommitdiff
path: root/devel/pkgconfig/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 11:23:21 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-29 11:23:21 +0000
commit4edf9758c2c887fe40cfffab645a734f20fa088f (patch)
treeb90a2506f5fdfaec5f9e9cbd9b9c61c709398398 /devel/pkgconfig/files
parent0526b467be26e4e80fa04c9939abd6127b7a704f (diff)
downloadports-4edf9758c2c887fe40cfffab645a734f20fa088f.tar.gz
ports-4edf9758c2c887fe40cfffab645a734f20fa088f.zip
Notes
Diffstat (limited to 'devel/pkgconfig/files')
-rw-r--r--devel/pkgconfig/files/patch-Makefile.in14
-rw-r--r--devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in14
2 files changed, 28 insertions, 0 deletions
diff --git a/devel/pkgconfig/files/patch-Makefile.in b/devel/pkgconfig/files/patch-Makefile.in
new file mode 100644
index 000000000000..21231c7c45c5
--- /dev/null
+++ b/devel/pkgconfig/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.in 2001/04/29 10:36:36 1.1
++++ Makefile.in 2001/04/29 10:37:03
+@@ -35,7 +35,7 @@
+ DESTDIR =
+
+ pkgdatadir = $(datadir)/@PACKAGE@
+-pkglibdir = $(libdir)/@PACKAGE@
++pkglibdir = $(prefix)/libdata/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+
+ top_builddir = .
diff --git a/devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in b/devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in
new file mode 100644
index 000000000000..78c2a8d9545c
--- /dev/null
+++ b/devel/pkgconfig/files/patch-glib-1.2.8::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- glib-1.2.8/Makefile.in 2001/04/29 10:41:24 1.1
++++ glib-1.2.8/Makefile.in 2001/04/29 10:42:12
+@@ -624,7 +624,7 @@
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+-install: install-recursive
++install:
+ uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \
+ uninstall-configincludeDATA uninstall-m4dataDATA \
+ uninstall-pkgconfigDATA uninstall-glibincludeHEADERS