summaryrefslogtreecommitdiff
path: root/mail/mew3/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-07-22 00:47:40 +0000
committerseb <seb@pkgsrc.org>2003-07-22 00:47:40 +0000
commitf6d2ef5842211d646ffa2e4773c3bc2ace0d9334 (patch)
tree2885a7634662153c52d0df9663072c10caeed3cc /mail/mew3/Makefile
parentddf27bda9c2ff05dfca702818265ba54c9328ddb (diff)
downloadpkgsrc-f6d2ef5842211d646ffa2e4773c3bc2ace0d9334.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'mail/mew3/Makefile')
-rw-r--r--mail/mew3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mew3/Makefile b/mail/mew3/Makefile
index ab9b9dffb4f..ba2a57bb4b5 100644
--- a/mail/mew3/Makefile
+++ b/mail/mew3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:46:30 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/22 00:47:40 seb Exp $
DISTNAME= mew-3.2
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
@@ -34,5 +37,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/contrib/* ${MEW_CONTRIB_DIR}
.include "../../mk/emacs.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"