summaryrefslogtreecommitdiff
path: root/editors/ed
diff options
context:
space:
mode:
authorreed <reed>2004-05-08 01:27:03 +0000
committerreed <reed>2004-05-08 01:27:03 +0000
commitf8f00d5a42eae99061609d32a88e21bc986caf47 (patch)
treef3241e16f2573639d4ce41431dee983ccecb1eab /editors/ed
parentbde615578ef5adea68a58a231430772bfcadf13b (diff)
downloadpkgsrc-f8f00d5a42eae99061609d32a88e21bc986caf47.tar.gz
Make sure that GNU_PROGRAM_PREFIX is prepended to
filename used by INFO_DIRS. (Alternatively, I could patch this to not install as ged.info for example.)
Diffstat (limited to 'editors/ed')
-rw-r--r--editors/ed/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile
index 53e583b5b60..7edfc497623 100644
--- a/editors/ed/Makefile
+++ b/editors/ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/12 04:46:33 reed Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/08 01:27:03 reed Exp $
DISTNAME= ed-0.2
PKGREVISION= 1
@@ -10,10 +10,11 @@ HOMEPAGE= http://www.gnu.org/software/ed/ed.html
COMMENT= GNU version of line-oriented text editor
GNU_CONFIGURE= YES
-INFO_FILES= ed.info
.include "../../mk/bsd.prefs.mk"
+INFO_FILES= ${GNU_PROGRAM_PREFIX}ed.info
+
.if defined(GNU_PROGRAM_PREFIX)
# the ./configure accepts --program-prefix, but doesn't use
MAKE_ENV+= binprefix="${GNU_PROGRAM_PREFIX}"