summaryrefslogtreecommitdiff
path: root/mail/mew/Makefile
diff options
context:
space:
mode:
authorjun <jun>2001-10-31 08:07:14 +0000
committerjun <jun>2001-10-31 08:07:14 +0000
commit33d2680942d7d4c7e926290fba3d7b95e25455ed (patch)
tree476f43bee873e99dd3477fc7d9a58e4dcea49ce3 /mail/mew/Makefile
parentf26fb110cccbe71787d52b5c9791572d55ec1033 (diff)
downloadpkgsrc-33d2680942d7d4c7e926290fba3d7b95e25455ed.tar.gz
Adviced by sen_ml@eccosys.com.
- nit PLIST - modify the DEPENDS for Emacs >=20.7
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