diff options
author | seb <seb@pkgsrc.org> | 2003-06-29 23:38:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-29 23:38:41 +0000 |
commit | 2be29bc99bed5eaf3cf39ef6df5a1481be249619 (patch) | |
tree | 82570f12c9822811c4319ee250e16a63de2457c6 /editors/emacs-nox11 | |
parent | 8b299ac541d848b09d71922c6ce09083140727e3 (diff) | |
download | pkgsrc-2be29bc99bed5eaf3cf39ef6df5a1481be249619.tar.gz |
Convert to USE_NEW_TEXINFO.
Earned in the process: fixed info files registration for binary package
and all info files actually registered.
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 1b6a5d3fe6c..9335598ce07 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/06/02 01:20:11 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/29 23:38:41 seb Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.3 @@ -24,8 +24,10 @@ DISTINFO_FILE= ${PKGDIR}/../emacs/distinfo CONFIGURE_ARGS+=--without-x -INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ - ccmode message widget reftex forms +USE_NEW_TEXINFO= YES +INFO_FILES= ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs +INFO_FILES+= emacs-mime eshell eudc forms gnus idlwave message mh-e pcl-cvs +INFO_FILES+= reftex sc speedbar vip viper widget woman post-extract: ${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp @@ -36,5 +38,4 @@ pre-install: post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |