summaryrefslogtreecommitdiff
path: root/mail/mew
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-11-30 02:50:52 +0000
committeruebayasi <uebayasi>2004-11-30 02:50:52 +0000
commit6be5030686e25212309bef41db423dd9ed76b9fb (patch)
tree1eeee38001d559061bdb17f395160a771651bca6 /mail/mew
parent1d48598dc4977e23f347f073aab2be37ed862cfd (diff)
downloadpkgsrc-6be5030686e25212309bef41db423dd9ed76b9fb.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/Makefile4
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'