diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2006-12-27 10:26:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2006-12-27 10:26:40 +0000 |
commit | 4c1eba3d46abfa5d02ea3dd3f7191785c11f8206 (patch) | |
tree | 106cbd769655742043c1f29ce1dd27e380dfeec9 /devel/pcre/files/patch-Makefile.in | |
parent | c4a4b47e7fb3cb4fe94c34e93b3a01f2ae4bfe89 (diff) |
Notes
Diffstat (limited to 'devel/pcre/files/patch-Makefile.in')
-rw-r--r-- | devel/pcre/files/patch-Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/pcre/files/patch-Makefile.in b/devel/pcre/files/patch-Makefile.in index fbed9667f2f9..343399420288 100644 --- a/devel/pcre/files/patch-Makefile.in +++ b/devel/pcre/files/patch-Makefile.in @@ -1,13 +1,18 @@ ---- Makefile.in.orig Wed Jul 27 14:02:36 2005 -+++ Makefile.in Wed Jul 27 14:04:08 2005 -@@ -483,8 +483,8 @@ + +$FreeBSD$ + +--- Makefile.in.orig ++++ Makefile.in +@@ -522,9 +522,9 @@ $(LIBTOOL) --mode=install $(INSTALL) pcregrep@EXEEXT@ $(DESTDIR)$(BINDIR)/pcregrep@EXEEXT@ $(LIBTOOL) --mode=install $(INSTALL) pcretest@EXEEXT@ $(DESTDIR)$(BINDIR)/pcretest@EXEEXT@ $(INSTALL) pcre-config $(DESTDIR)$(BINDIR)/pcre-config - $(mkinstalldirs) $(DESTDIR)$(LIBDIR)/pkgconfig - $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc +- $(INSTALL_DATA) libpcrecpp.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcrecpp.pc + $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/pkgconfig + $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcre.pc ++ $(INSTALL_DATA) libpcrecpp.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcrecpp.pc # The uninstall target removes all the files that were installed. |