diff options
author | jun <jun@pkgsrc.org> | 2001-10-31 08:07:14 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2001-10-31 08:07:14 +0000 |
commit | 82a00541da678f4b55bf6a5a876425776f7d3dc9 (patch) | |
tree | 476f43bee873e99dd3477fc7d9a58e4dcea49ce3 /mail/mew/Makefile | |
parent | 31e86f868b2341f708f9109a61681d63a4b8b05f (diff) | |
download | pkgsrc-82a00541da678f4b55bf6a5a876425776f7d3dc9.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/Makefile | 6 |
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 |