diff options
author | seb <seb@pkgsrc.org> | 2003-06-19 22:18:05 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-19 22:18:05 +0000 |
commit | 8f947a0cf69dda512d6dcb098042aa5528e1e8cb (patch) | |
tree | 2b1cdda23f57190b54a7961c3472f5bb8fd59e56 | |
parent | 49dafaed261f545abe741a5b8dd2a00c435e0116 (diff) | |
download | pkgsrc-8f947a0cf69dda512d6dcb098042aa5528e1e8cb.tar.gz |
Convert to USE_NEW_TEXINFO.
Patch Makefile.in to use MAKEINFO and INSTALL_INFO from environment.
XXX DESCR could use a bit of trimming.
-rw-r--r-- | lang/elisp-manual/Makefile | 6 | ||||
-rw-r--r-- | lang/elisp-manual/PLIST | 4 | ||||
-rw-r--r-- | lang/elisp-manual/distinfo | 3 | ||||
-rw-r--r-- | lang/elisp-manual/patches/patch-aa | 13 |
4 files changed, 19 insertions, 7 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index 338b52242b2..d9f02905aed 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/06/09 09:02:28 uebayasi Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/19 22:18:05 seb Exp $ DISTNAME= elisp-manual-21-2.8 CATEGORIES= lang @@ -9,9 +9,9 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 20.3 GNU_CONFIGURE= YES -TEXINFO_OVERRIDE= YES +USE_NEW_TEXINFO= YES +INFO_FILES= elisp ALL_TARGET= elisp -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/elisp-manual/PLIST b/lang/elisp-manual/PLIST index 9c574fc64b3..52d0ae07055 100644 --- a/lang/elisp-manual/PLIST +++ b/lang/elisp-manual/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/06/09 09:02:28 uebayasi Exp $ -@unexec ${INSTALL_INFO} --delete %D/info/elisp %D/info/dir +@comment $NetBSD: PLIST,v 1.4 2003/06/19 22:18:05 seb Exp $ info/elisp info/elisp-1 info/elisp-2 @@ -49,4 +48,3 @@ info/elisp-45 info/elisp-46 info/elisp-47 info/elisp-48 -@exec ${INSTALL_INFO} %D/info/elisp %D/info/dir diff --git a/lang/elisp-manual/distinfo b/lang/elisp-manual/distinfo index 1fe70fac798..88db8f2631d 100644 --- a/lang/elisp-manual/distinfo +++ b/lang/elisp-manual/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2003/06/09 09:02:28 uebayasi Exp $ +$NetBSD: distinfo,v 1.4 2003/06/19 22:18:05 seb Exp $ SHA1 (elisp-manual-21-2.8.tar.gz) = 252fd99132f6b7c553a8737d9ba0a8b82636641c Size (elisp-manual-21-2.8.tar.gz) = 2455995 bytes +SHA1 (patch-aa) = 04f2e87d932fe78bf22a136fca1b685c36b98d0e diff --git a/lang/elisp-manual/patches/patch-aa b/lang/elisp-manual/patches/patch-aa new file mode 100644 index 00000000000..df821978af3 --- /dev/null +++ b/lang/elisp-manual/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/06/19 22:18:05 seb Exp $ + +--- Makefile.in.orig 2002-01-18 10:34:49.000000000 +0000 ++++ Makefile.in +@@ -12,8 +12,6 @@ srcdir = @srcdir@ + TEX=tex + MAKE=make + SHELL=/bin/sh +-INSTALL_INFO = install-info +-MAKEINFO=makeinfo + + # Where the TeX macros are kept: + texmacrodir = /usr/local/lib/tex/macros |