pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/ed Make sure that GNU_PROGRAM_PREFIX is prepen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fee785d416e8
branches:  trunk
changeset: 474952:fee785d416e8
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat May 08 01:27:03 2004 +0000

description:
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:

 editors/ed/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 44f2a3ed4c27 -r fee785d416e8 editors/ed/Makefile
--- a/editors/ed/Makefile       Sat May 08 01:24:12 2004 +0000
+++ b/editors/ed/Makefile       Sat May 08 01:27:03 2004 +0000
@@ -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 @@
 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}"



Home | Main Index | Thread Index | Old Index