From 64478049f8f2ef7ca5d9e7b56c2e3eeb7fad3909 Mon Sep 17 00:00:00 2001 From: reed Date: Sun, 16 Oct 2005 05:07:58 +0000 Subject: Just like this configure doesn't support --infodir, it doesn't support --mandir. Also add to the patch to allow this PKGMANDIR customization. --- editors/ed/Makefile | 3 ++- editors/ed/distinfo | 4 ++-- editors/ed/patches/patch-ab | 12 +++++++----- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'editors/ed') diff --git a/editors/ed/Makefile b/editors/ed/Makefile index da526f30bb2..2ed8204804d 100644 --- a/editors/ed/Makefile +++ b/editors/ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/05/08 16:14:55 reed Exp $ +# $NetBSD: Makefile,v 1.6 2005/10/16 05:07:58 reed Exp $ DISTNAME= ed-0.2 PKGREVISION= 1 @@ -11,6 +11,7 @@ COMMENT= GNU version of line-oriented text editor GNU_CONFIGURE= YES CONFIGURE_HAS_INFODIR= NO +CONFIGURE_HAS_MANDIR= NO MAKE_ENV+= INFO_DIR=${INFO_DIR} .include "../../mk/bsd.prefs.mk" diff --git a/editors/ed/distinfo b/editors/ed/distinfo index 70e9d3f1c9b..39abbb6410c 100644 --- a/editors/ed/distinfo +++ b/editors/ed/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 17:15:10 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/10/16 05:07:58 reed Exp $ SHA1 (ed-0.2.tar.gz) = abb61231a3baeb988b145ffe97cdbaea8f651d93 RMD160 (ed-0.2.tar.gz) = 7db3240d13311616df11621566f94241a3721ca2 Size (ed-0.2.tar.gz) = 185913 bytes SHA1 (patch-aa) = 21e217b85b6f52d07df9ae7127aba94857c9633e -SHA1 (patch-ab) = a7084f14042de9e582b6be15d48e412cd5e22339 +SHA1 (patch-ab) = b9c9b36353e6fd64bd294a69fe70168519a5a95e diff --git a/editors/ed/patches/patch-ab b/editors/ed/patches/patch-ab index aaf62fddf28..76d6a195306 100644 --- a/editors/ed/patches/patch-ab +++ b/editors/ed/patches/patch-ab @@ -1,13 +1,15 @@ -$NetBSD: patch-ab,v 1.1 2004/05/08 01:28:36 reed Exp $ +$NetBSD: patch-ab,v 1.2 2005/10/16 05:07:58 reed Exp $ ---- Makefile.in.orig Fri May 7 17:59:02 2004 -+++ Makefile.in Fri May 7 17:59:29 2004 -@@ -41,7 +41,7 @@ +--- 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)/man/man1 ++mandir = $(prefix)/$(PKGMANDIR)/man1 manext = .1 + CPPFLAGS = -I. -I$(srcdir) $(DEFS) @CPPFLAGS@ -- cgit v1.2.3