ports/devel/pcre2/files/patch-Makefile.am
Mark Felder 70f838e723 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.
2015-08-25 17:31:32 +00:00

11 lines
271 B
Text

--- 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