summaryrefslogtreecommitdiff
path: root/mail/mew/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mew/Makefile')
-rw-r--r--mail/mew/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile
index 067e1e91bbe..d52b6a71729 100644
--- a/mail/mew/Makefile
+++ b/mail/mew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2001/10/30 04:17:11 jun Exp $
+# $NetBSD: Makefile,v 1.42 2001/10/31 08:07:14 jun Exp $
DISTNAME= mew-2.1rc3
CATEGORIES= mail
@@ -8,7 +8,7 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://www.mew.org/
COMMENT= Messaging in the Emacs World
-DEPENDS+= emacs-20.*:../../editors/emacs
+DEPENDS+= emacs>=20.7:../../editors/emacs
MEW_CONTRIB_DIR= ${PREFIX}/share/emacs/site-lisp/mew/contrib
MEW_CONTRIB= 00readme 00readme-namazu.jis README-mewinc.jis \
@@ -19,7 +19,7 @@ MEW_CONTRIB_SCRIPT= incdir incmbox mewinc
pre-configure:
for f in `find ${WRKSRC}/contrib -type f -print| \
- xargs grep -l '#!/usr/local'`; do \
+ xargs ${GREP} -l '#!/usr/local'`; do \
${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone \
&& ${MV} $$f.pdone $$f; \
done