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 | |
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')
-rw-r--r-- | mail/mew/Makefile | 6 | ||||
-rw-r--r-- | mail/mew/pkg/PLIST | 4 |
2 files changed, 5 insertions, 5 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 diff --git a/mail/mew/pkg/PLIST b/mail/mew/pkg/PLIST index f22c328f462..4318069bd2d 100644 --- a/mail/mew/pkg/PLIST +++ b/mail/mew/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2001/10/10 05:45:16 jun Exp $ +@comment $NetBSD: PLIST,v 1.10 2001/10/31 08:07:15 jun Exp $ bin/incdir bin/incmbox bin/mewcat @@ -8,10 +8,10 @@ bin/mewinc bin/mewls @unexec install-info --delete --info-dir=%D/info %D/info/mew.info info/mew.info -@exec install-info --info-dir=%D/info %D/info/mew.info info/mew.info-1 info/mew.info-2 info/mew.info-3 +@exec install-info --info-dir=%D/info %D/info/mew.info lib/emacs/etc/Mew/Mew.img lib/emacs/etc/Mew/Mew.png lib/emacs/etc/Mew/Mew.xbm |