diff options
author | wiz <wiz> | 2000-02-05 20:03:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 20:03:01 +0000 |
commit | c14f6aa111fd79a10f71477335fceac731140fd6 (patch) | |
tree | bfc4b0e4bbdfc7bf793e98c6e9af1697747e8d2e /print | |
parent | d34d37cc0fa7e028709320b68c632d75a2407fdf (diff) | |
download | pkgsrc-c14f6aa111fd79a10f71477335fceac731140fd6.tar.gz |
add info-dir entries for info files, even for binary packages
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 3 | ||||
-rw-r--r-- | print/teTeX-bin/pkg/PLIST | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index a3cde6dc86e..a688d5b3e3e 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/01/15 18:46:33 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/02/05 20:03:01 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_X11= yes CFLAGS+= -Dunix GNU_CONFIGURE= yes +INFO_FILES= latex.info dvips.info web2c.info kpathsea.info CONFIGURE_ARGS+=--without-texinfo \ --without-dialog \ --disable-multiplatform \ diff --git a/print/teTeX-bin/pkg/PLIST b/print/teTeX-bin/pkg/PLIST index 1b0c77dce94..55d04615abf 100644 --- a/print/teTeX-bin/pkg/PLIST +++ b/print/teTeX-bin/pkg/PLIST @@ -1,7 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 1999/08/17 21:20:41 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/02/05 20:03:01 wiz Exp $ @comment There are three files in this package that teTeX-share installs @comment and that teTeX-bin modifies. Take care of this: lib/libkpathsea.a +@unexec install-info --delete %D/info/latex.info %D/info/dir +@unexec install-info --delete %D/info/dvips.info %D/info/dir +@unexec install-info --delete %D/info/web2c.info %D/info/dir +@unexec install-info --delete %D/info/kpathsea.info %D/info/dir info/latex.info-3 info/latex.info-2 info/latex.info-1 @@ -17,6 +21,10 @@ info/web2c.info-2 info/web2c.info-1 info/web2c.info info/kpathsea.info +@exec install-info %D/info/latex.info %D/info/dir +@exec install-info %D/info/dvips.info %D/info/dir +@exec install-info %D/info/web2c.info %D/info/dir +@exec install-info %D/info/kpathsea.info %D/info/dir include/kpathsea/xstat.h include/kpathsea/xopendir.h include/kpathsea/win32lib.h |