pkgsrc/editors/ed/patches/patch-ab
reed 0c1f4bdf3d Just like this configure doesn't support --infodir, it doesn't
support --mandir. Also add to the patch to allow this
PKGMANDIR customization.
2005-10-16 05:07:58 +00:00

15 lines
448 B
Text

$NetBSD: patch-ab,v 1.2 2005/10/16 05:07:58 reed Exp $
--- Makefile.in.orig 1994-11-19 04:45:32.000000000 -0800
+++ Makefile.in 2005-10-15 16:09:14.000000000 -0700
@@ -41,8 +41,8 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
-infodir = $(prefix)/info
-mandir = $(prefix)/man/man1
+infodir = $(prefix)/$(INFO_DIR)
+mandir = $(prefix)/$(PKGMANDIR)/man1
manext = .1
CPPFLAGS = -I. -I$(srcdir) $(DEFS) @CPPFLAGS@