From 80daa4edb7fb23538a9998f06581be91bb352be8 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 27 Jun 2011 20:14:37 +0000 Subject: [PATCH] - Oops, forgot to cvs add this patch Reported by: pavmail --- devel/xmltooling/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/xmltooling/files/patch-Makefile.in diff --git a/devel/xmltooling/files/patch-Makefile.in b/devel/xmltooling/files/patch-Makefile.in new file mode 100644 index 000000000000..307af78f3da9 --- /dev/null +++ b/devel/xmltooling/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-06-14 19:49:24.712150558 -0400 ++++ Makefile.in 2011-06-14 19:49:45.631149098 -0400 +@@ -347,7 +347,7 @@ + + MOSTLYCLEANFILES = $(DX_CLEANFILES) + SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)data/pkgconfig + pkgconfig_DATA = @PACKAGE_NAME@.pc + GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile + EXTRA_DIST = $(DX_CONFIG) \