summaryrefslogtreecommitdiffstats
path: root/devel/pkg-config/files/patch-Makefile.in
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-23 07:07:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-23 07:07:41 +0800
commit97c68299d2931949fe9ba8df0bb7907e17f4975a (patch)
tree09744cd87113d9fc1a5fd4deafaf7740f3e57b0d /devel/pkg-config/files/patch-Makefile.in
parenta467b728ff420a417211b669327a7e4e76ff5cbe (diff)
downloadmarcuscom-ports-97c68299d2931949fe9ba8df0bb7907e17f4975a.tar
marcuscom-ports-97c68299d2931949fe9ba8df0bb7907e17f4975a.tar.gz
marcuscom-ports-97c68299d2931949fe9ba8df0bb7907e17f4975a.tar.bz2
marcuscom-ports-97c68299d2931949fe9ba8df0bb7907e17f4975a.tar.lz
marcuscom-ports-97c68299d2931949fe9ba8df0bb7907e17f4975a.tar.xz
marcuscom-ports-97c68299d2931949fe9ba8df0bb7907e17f4975a.tar.zst
marcuscom-ports-97c68299d2931949fe9ba8df0bb7907e17f4975a.zip
pkgconfig is now up-to-date in the main ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@410 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/pkg-config/files/patch-Makefile.in')
-rw-r--r--devel/pkg-config/files/patch-Makefile.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/pkg-config/files/patch-Makefile.in b/devel/pkg-config/files/patch-Makefile.in
deleted file mode 100644
index 69f49edbd..000000000
--- a/devel/pkg-config/files/patch-Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD: ports/devel/pkgconfig/files/patch-Makefile.in,v 1.3 2002/02/07 12:54:53 sobomax Exp $
-
---- Makefile.in.orig Sun Feb 3 20:23:27 2002
-+++ Makefile.in Thu Feb 7 11:46:04 2002
-@@ -35,7 +35,7 @@
- DESTDIR =
-
- pkgdatadir = $(datadir)/@PACKAGE@
--pkglibdir = $(libdir)/@PACKAGE@
-+pkglibdir = $(prefix)/libdata/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
-
- top_builddir = .
-@@ -91,7 +91,7 @@
-
- bin_PROGRAMS = pkg-config
-
--INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" $(included_glib_includes)
-+INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" -DXPKGLIBDIR="\"$(X11BASE)/libdata/@PACKAGE@\"" -DLPKGLIBDIR="\"$(LOCALBASE)/libdata/@PACKAGE@\"" $(included_glib_includes)
-
- pkg_config_SOURCES = \
- pkg.h \