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