pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mew Run s|/usr/local|${PREFIX}|g substitution dur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b805eacfc0e1
branches:  trunk
changeset: 484817:b805eacfc0e1
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Tue Nov 30 02:50:52 2004 +0000

description:
Run s|/usr/local|${PREFIX}|g substitution during configure stage, since it
refers ${PREFIX} expanded.

diffstat:

 mail/mew/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da13fdb8b2db -r b805eacfc0e1 mail/mew/Makefile
--- a/mail/mew/Makefile Tue Nov 30 02:49:38 2004 +0000
+++ b/mail/mew/Makefile Tue Nov 30 02:50:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2004/11/30 02:42:11 uebayasi Exp $
+# $NetBSD: Makefile,v 1.61 2004/11/30 02:50:52 uebayasi Exp $
 
 DISTNAME=      mew-4.1
 CATEGORIES=    mail
@@ -24,7 +24,7 @@
 MAKE_FLAGS+=   etcdir=${PREFIX}/share/mew
 
 SUBST_CLASSES=         local
-SUBST_STAGE.local=     post-patch
+SUBST_STAGE.local=     post-configure
 SUBST_FILES.local=     Makefile bin/configure info/Makefile
 SUBST_SED.local=       -e 's|/usr/local|${PREFIX}|g'
 



Home | Main Index | Thread Index | Old Index