aboutsummaryrefslogtreecommitdiff
path: root/devel/pcre/files/patch-Makefile.in
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-07-27 13:46:12 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-07-27 13:46:12 +0000
commite9b75968a48dbb6a62a3b57652c8282caf357086 (patch)
treed5179bf7539576dfd22ef87d882b6431a02aecb7 /devel/pcre/files/patch-Makefile.in
parent466bcd8656e0dd716f55559a024817cec6a6943f (diff)
Notes
Diffstat (limited to 'devel/pcre/files/patch-Makefile.in')
-rw-r--r--devel/pcre/files/patch-Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/pcre/files/patch-Makefile.in b/devel/pcre/files/patch-Makefile.in
index ba7e095b7f60..fbed9667f2f9 100644
--- a/devel/pcre/files/patch-Makefile.in
+++ b/devel/pcre/files/patch-Makefile.in
@@ -1,13 +1,13 @@
---- Makefile.in.orig Sun Sep 26 01:33:12 2004
-+++ Makefile.in Sun Sep 26 01:35:05 2004
-@@ -259,8 +259,8 @@
+--- Makefile.in.orig Wed Jul 27 14:02:36 2005
++++ Makefile.in Wed Jul 27 14:04:08 2005
+@@ -483,8 +483,8 @@
$(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) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc
+- $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc
+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/pkgconfig
-+ $(INSTALL) libpcre.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcre.pc
++ $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcre.pc
+
+ # The uninstall target removes all the files that were installed.
- # We deliberately omit dftables and chartables.c from 'make clean'; once made
- # chartables.c shouldn't change, and if people have edited the tables by hand,