freebsd-ports/devel/pcre++/files/patch-doc::Makefile.in
Daichi GOTO 1c8a109e3a update devel/pcre++: 0.6 --> 0.9.2
PR:		53963
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-02 08:45:59 +00:00

13 lines
543 B
Text

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