diff options
author | reed <reed@pkgsrc.org> | 2004-05-08 01:28:36 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-08 01:28:36 +0000 |
commit | d4f7a4db1f92e84d7907ad506c8c9dfa3158582f (patch) | |
tree | 1541d90851077d539af94987d03204e634256541 /editors/ed | |
parent | b5394f2c1ba3b336bda704f0a3680db0802c7a4b (diff) | |
download | pkgsrc-d4f7a4db1f92e84d7907ad506c8c9dfa3158582f.tar.gz |
Make sure this installs the info document to INFO_DIR directory.
Diffstat (limited to 'editors/ed')
-rw-r--r-- | editors/ed/Makefile | 3 | ||||
-rw-r--r-- | editors/ed/distinfo | 3 | ||||
-rw-r--r-- | editors/ed/patches/patch-ab | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile index 7edfc497623..bdd02c0dc69 100644 --- a/editors/ed/Makefile +++ b/editors/ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/05/08 01:27:03 reed Exp $ +# $NetBSD: Makefile,v 1.3 2004/05/08 01:28:36 reed Exp $ DISTNAME= ed-0.2 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/ed/ed.html COMMENT= GNU version of line-oriented text editor GNU_CONFIGURE= YES +MAKE_ENV+= INFO_DIR=${INFO_DIR} .include "../../mk/bsd.prefs.mk" diff --git a/editors/ed/distinfo b/editors/ed/distinfo index e4f04fd5561..9ddc90e914f 100644 --- a/editors/ed/distinfo +++ b/editors/ed/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/03/12 04:46:33 reed Exp $ +$NetBSD: distinfo,v 1.2 2004/05/08 01:28:36 reed Exp $ SHA1 (ed-0.2.tar.gz) = abb61231a3baeb988b145ffe97cdbaea8f651d93 Size (ed-0.2.tar.gz) = 185913 bytes SHA1 (patch-aa) = 21e217b85b6f52d07df9ae7127aba94857c9633e +SHA1 (patch-ab) = a7084f14042de9e582b6be15d48e412cd5e22339 diff --git a/editors/ed/patches/patch-ab b/editors/ed/patches/patch-ab new file mode 100644 index 00000000000..aaf62fddf28 --- /dev/null +++ b/editors/ed/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/05/08 01:28:36 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 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = $(exec_prefix)/bin +-infodir = $(prefix)/info ++infodir = $(prefix)/$(INFO_DIR) + mandir = $(prefix)/man/man1 + manext = .1 + |