summaryrefslogtreecommitdiff
path: root/editors/ed
diff options
context:
space:
mode:
authorreed <reed>2005-10-16 05:07:58 +0000
committerreed <reed>2005-10-16 05:07:58 +0000
commit64478049f8f2ef7ca5d9e7b56c2e3eeb7fad3909 (patch)
tree2b1b976827c74e81cc40bd9362488346d9e5b3e9 /editors/ed
parentcc97710a92d4b844473201d5c57c74cb08cfca55 (diff)
downloadpkgsrc-64478049f8f2ef7ca5d9e7b56c2e3eeb7fad3909.tar.gz
Just like this configure doesn't support --infodir, it doesn't
support --mandir. Also add to the patch to allow this PKGMANDIR customization.
Diffstat (limited to 'editors/ed')
-rw-r--r--editors/ed/Makefile3
-rw-r--r--editors/ed/distinfo4
-rw-r--r--editors/ed/patches/patch-ab12
3 files changed, 11 insertions, 8 deletions
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@