diff options
author | seb <seb> | 2003-07-21 23:57:13 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-21 23:57:13 +0000 |
commit | 70f1f6b32477ef55e67e83e7e361cc13e4afcc21 (patch) | |
tree | e245eda2e1ff623a0c687d48c183a4e7ff02dc3b /mail | |
parent | 832c648b6ea5f56e57e3d9855aacc6b51e698bb7 (diff) | |
download | pkgsrc-70f1f6b32477ef55e67e83e7e361cc13e4afcc21.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew/Makefile | 6 | ||||
-rw-r--r-- | mail/mew/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 5a62fd01a37..d407dc8b903 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2003/07/17 21:46:28 grant Exp $ +# $NetBSD: Makefile,v 1.52 2003/07/21 23:57:13 seb Exp $ DISTNAME= mew-2.3 CATEGORIES= mail @@ -10,6 +10,9 @@ COMMENT= Messaging in the Emacs World CONFLICTS=+ mew-xemacs-* +USE_NEW_TEXINFO= YES +INFO_FILES= mew.info + EMACS_VERSION_ACCEPTED= emacs21 emacs20 MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib @@ -32,5 +35,4 @@ post-install: ${WRKSRC}/contrib/*.el ${MEW_CONTRIB_DIR} .include "../../mk/emacs.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/mew/PLIST b/mail/mew/PLIST index c463321f93c..2ea2ef2d57e 100644 --- a/mail/mew/PLIST +++ b/mail/mew/PLIST @@ -1,14 +1,12 @@ -@comment $NetBSD: PLIST,v 1.5 2003/01/11 15:26:07 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/07/21 23:57:13 seb Exp $ bin/mewcat bin/mewdecode bin/mewencode bin/mewls -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/mew.info 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 share/mew/Mew.img share/mew/Mew.png share/mew/Mew.xbm |