diff options
| author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 08:45:59 +0000 |
|---|---|---|
| committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 08:45:59 +0000 |
| commit | 1c8a109e3a14e6e70809552767110885206ab726 (patch) | |
| tree | 1b33f0fee68f6be55c4b8e1a35d140ca93ffc043 /devel/pcre++/files/patch-doc::Makefile.in | |
| parent | Fix some typos. (diff) | |
update devel/pcre++: 0.6 --> 0.9.2
PR: 53963
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'devel/pcre++/files/patch-doc::Makefile.in')
| -rw-r--r-- | devel/pcre++/files/patch-doc::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pcre++/files/patch-doc::Makefile.in b/devel/pcre++/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..a6a6ef604c85 --- /dev/null +++ b/devel/pcre++/files/patch-doc::Makefile.in @@ -0,0 +1,13 @@ +--- doc/Makefile.in.orig Wed Jun 25 11:56:02 2003 ++++ doc/Makefile.in Wed Jun 25 11:56:17 2003 +@@ -232,8 +232,8 @@ + + + install-data-local: +- $(INSTALL) -m 755 -d $(prefix)/doc/libpcre++-$(VERSION) +- $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/doc/libpcre++-$(VERSION)/ ++ $(INSTALL) -m 755 -d $(prefix)/share/doc/libpcre++-$(VERSION) ++ $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/share/doc/libpcre++-$(VERSION)/ + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |
