Convert to USE_NEW_TEXINFO.
Earned in the process: fixed info files registration for binary package and all info files actually registered.
This commit is contained in:
parent
16285db017
commit
ff648d9d90
1 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.58 2003/06/05 12:09:17 markd Exp $
|
# $NetBSD: Makefile,v 1.59 2003/06/23 13:24:29 seb Exp $
|
||||||
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
|
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
|
||||||
|
|
||||||
DISTNAME= emacs-21.3
|
DISTNAME= emacs-21.3
|
||||||
|
@ -53,8 +53,10 @@ CONFIGURE_ARGS+= --with-png
|
||||||
LDFLAGS+= -Wl,-z,nocombreloc
|
LDFLAGS+= -Wl,-z,nocombreloc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \
|
USE_NEW_TEXINFO= YES
|
||||||
ccmode message widget reftex forms
|
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:
|
post-extract:
|
||||||
${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp
|
${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp
|
||||||
|
@ -65,5 +67,4 @@ pre-install:
|
||||||
post-install:
|
post-install:
|
||||||
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs
|
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs
|
||||||
|
|
||||||
.include "../../mk/texinfo.mk"
|
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
Loading…
Reference in a new issue