summaryrefslogtreecommitdiff
path: root/devel/pcre2/files/patch-Makefile.am
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-08-25 17:31:32 +0000
committerMark Felder <feld@FreeBSD.org>2015-08-25 17:31:32 +0000
commit70f838e72379eae7088fd23548b4937af8215b33 (patch)
treebf17ebef9a789d1ea500e0cd60dc75a6aa761e42 /devel/pcre2/files/patch-Makefile.am
parent- Update to 0.0.2 (diff)
New port: devel/pcre2
PCRE2 is the name used for a revised API for the PCRE library, which is a set of functions, written in C, that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences.
Notes
Notes: svn path=/head/; revision=395306
Diffstat (limited to 'devel/pcre2/files/patch-Makefile.am')
-rw-r--r--devel/pcre2/files/patch-Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/pcre2/files/patch-Makefile.am b/devel/pcre2/files/patch-Makefile.am
new file mode 100644
index 000000000000..0aa4d5525f67
--- /dev/null
+++ b/devel/pcre2/files/patch-Makefile.am
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2015-08-25 16:56:39 UTC
++++ Makefile.am
+@@ -646,7 +646,7 @@ EXTRA_DIST += src/pcre2demo.c
+
+ # We have .pc files for pkg-config users.
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(libdir)data/pkgconfig
+ pkgconfig_DATA =
+
+ if WITH_PCRE2_8