diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-11-30 02:50:52 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-11-30 02:50:52 +0000 |
commit | cb061473b1f3787fd84863eb002402db4c8baf56 (patch) | |
tree | 1eeee38001d559061bdb17f395160a771651bca6 /mail | |
parent | a082c3db171d4de08bbe3566092ad79b7e5aa178 (diff) | |
download | pkgsrc-cb061473b1f3787fd84863eb002402db4c8baf56.tar.gz |
Run s|/usr/local|${PREFIX}|g substitution during configure stage, since it
refers ${PREFIX} expanded.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 4a658f854a0..e3ef7ecce61 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -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+= elispdir=${EMACS_LISPPREFIX}/mew 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' |