mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
25 lines
967 B
Plaintext
25 lines
967 B
Plaintext
$NetBSD: patch-aa,v 1.3 2008/06/12 02:14:27 joerg Exp $
|
|
|
|
--- doc/Makefile.in.orig 2004-08-25 01:38:04.000000000 +0200
|
|
+++ doc/Makefile.in 2005-07-12 21:51:39.000000000 +0200
|
|
@@ -80,7 +80,7 @@
|
|
man_MANS = Pcre.3
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
-DOC_FILES = html/* ../README ../COPYING ../AUTHORS ../INSTALL ../ChangeLog ../config.log
|
|
+DOC_FILES = html/* ../README ../COPYING ../AUTHORS ../INSTALL ../ChangeLog
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../libpcre++/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
@@ -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 ${DESTDIR}$(prefix)/share/doc/libpcre++
|
|
+ $(INSTALL) -m 644 $(DOC_FILES) ${DESTDIR}$(prefix)/share/doc/libpcre++/
|
|
|
|
# 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.
|