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 | a0948e3da4a376227eeea4695add3446545d3bf2 (patch) | |
tree | 1eeee38001d559061bdb17f395160a771651bca6 /mail/mew | |
parent | d8d36f7f29e48954684a6eba70545fade3419fa7 (diff) | |
download | pkgsrc-a0948e3da4a376227eeea4695add3446545d3bf2.tar.gz |
Run s|/usr/local|${PREFIX}|g substitution during configure stage, since it
refers ${PREFIX} expanded.
Diffstat (limited to 'mail/mew')
-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' |