Honor PKGMANDIR.

This commit is contained in:
reed 2006-04-08 06:09:15 +00:00
parent 9c1f29e8a6
commit 520c965e0a
2 changed files with 16 additions and 12 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.11 2006/01/20 12:09:21 jmmv Exp $
$NetBSD: distinfo,v 1.12 2006/04/08 06:09:15 reed Exp $
SHA1 (tidy_src_050921.tgz) = 4a53aa129e2575004dcbaf0cf4c5c3f1637723b0
RMD160 (tidy_src_050921.tgz) = 958f532245412e3f8ac5bdd56edc5693cadf4b5b
@ -8,4 +8,4 @@ RMD160 (tidy_docs_050705.tgz) = 49b8c2eaf87a0291b1bef6479cf1eeda6b720f52
Size (tidy_docs_050705.tgz) = 150359 bytes
SHA1 (patch-aa) = e27b9b82ee47b9b54004c4a4a5bccba944847040
SHA1 (patch-ab) = b243b9021f922e123b18a79566923a57d904b0d3
SHA1 (patch-ac) = 89276af68ee4d18f0f5710a939845ed2314992eb
SHA1 (patch-ac) = 133f0d84b4a3676714266a9b32e4235775211740

View file

@ -1,8 +1,6 @@
$NetBSD: patch-ac,v 1.3 2006/01/20 12:09:21 jmmv Exp $
--- build/gmake/Makefile.orig 2005-07-15 08:58:10.000000000 +0200
+++ build/gmake/Makefile
@@ -58,8 +58,8 @@ SHELL=/bin/sh
--- build/gmake/Makefile.orig 2005-07-14 23:58:10.000000000 -0700
+++ build/gmake/Makefile 2006-04-07 23:06:38.000000000 -0700
@@ -58,13 +58,13 @@
PROJECT=tidy
# Installation variables. Spaces OK, only dir create and file copy operations.
@ -13,7 +11,13 @@ $NetBSD: patch-ac,v 1.3 2006/01/20 12:09:21 jmmv Exp $
bininst = ${runinst_prefix}/bin
libinst = ${devinst_prefix}/lib
@@ -79,14 +79,14 @@ DOCDIR = ${TOPDIR}/htmldoc
incinst = ${devinst_prefix}/include/$(PROJECT)
-maninst = ${devinst_prefix}/man
+maninst = ${devinst_prefix}/${PKGMANDIR}
# Internal variables. - No spaces allowed: libtool chokes on spaces in directory names.
TOPDIR = ../..
@@ -79,14 +79,14 @@
# CFLAGS etc..
# For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1
# disabled.
@ -31,7 +35,7 @@ $NetBSD: patch-ac,v 1.3 2006/01/20 12:09:21 jmmv Exp $
ifdef SUPPORT_UTF16_ENCODINGS
CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
endif
@@ -115,7 +115,7 @@ LIBSUFFIX = .a
@@ -115,7 +115,7 @@
OBJSUF = .o
LIBRARY = $(LIBDIR)/$(LIBPREFIX)$(PROJECT)$(LIBSUFFIX)
@ -40,7 +44,7 @@ $NetBSD: patch-ac,v 1.3 2006/01/20 12:09:21 jmmv Exp $
XSLTPROC = xsltproc
@@ -164,7 +164,7 @@ doc: $(DOCS)
@@ -164,7 +164,7 @@
$(LIBRARY): $(OBJFILES)
if [ ! -d $(LIBDIR) ]; then mkdir $(LIBDIR); fi
@ -49,7 +53,7 @@ $NetBSD: patch-ac,v 1.3 2006/01/20 12:09:21 jmmv Exp $
ifdef RANLIB
$(RANLIB) $@
endif
@@ -175,7 +175,7 @@ $(OBJDIR)/%$(OBJSUF): $(SRCDIR)/%.c $(HF
@@ -175,7 +175,7 @@
$(BINDIR)/$(PROJECT): $(APPDIR)/tidy.c $(HFILES) $(LIBRARY)
if [ ! -d $(BINDIR) ]; then mkdir $(BINDIR); fi
@ -58,7 +62,7 @@ $NetBSD: patch-ac,v 1.3 2006/01/20 12:09:21 jmmv Exp $
$(BINDIR)/tab2space: $(APPDIR)/tab2space.c
if [ ! -d $(BINDIR) ]; then mkdir $(BINDIR); fi
@@ -205,19 +205,19 @@ clean:
@@ -205,19 +205,19 @@
if [ "$(BINDIR)" != "$(TOPDIR)" -a -d $(BINDIR) ]; then rmdir $(BINDIR); fi
installhdrs: $(HFILES)