From b6d90ef8a9d27a378c9308c838e3ba2c31f4b5f0 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 9 May 1998 01:51:31 +0000 Subject: fix info handling, complete PLIST --- print/a2ps/Makefile | 4 +++- print/a2ps/patches/patch-ab | 14 ++++++++++++++ print/a2ps/pkg/PLIST | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 print/a2ps/patches/patch-ab (limited to 'print/a2ps') diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index cf837cfb7e4..83fd82414f4 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/05/08 16:20:43 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/05/09 01:51:31 hubertf Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -15,6 +15,8 @@ MAN1= a2ps.1 ogonkify.1 STRIP= CONFIGURE_ARGS+= --with-medium=${PAPERSIZE} CONFIGURE_ENV+= LPR=lpr +USE_GTEXINFO= YES +INFO_FILES= a2ps.info ogonkify.info regex.info ALL_TARGET= all PAPERSIZE=${PAPERSIZE} diff --git a/print/a2ps/patches/patch-ab b/print/a2ps/patches/patch-ab new file mode 100644 index 00000000000..9cc6106ce61 --- /dev/null +++ b/print/a2ps/patches/patch-ab @@ -0,0 +1,14 @@ +--- ogonkify/doc/ogonkify.texi.orig Sat May 9 03:23:39 1998 ++++ ogonkify/doc/ogonkify.texi Sat May 9 03:24:47 1998 +@@ -16,6 +16,11 @@ + @author Juliusz Chroboczek + @end titlepage + ++@dircategory Internet support ++@direntry ++* Ogonkify: (ogonkify). Font creation and PostScript output. ++@end direntry ++ + + @node Top, License, (dir), (dir) + diff --git a/print/a2ps/pkg/PLIST b/print/a2ps/pkg/PLIST index 182597d871a..f335f6a708e 100644 --- a/print/a2ps/pkg/PLIST +++ b/print/a2ps/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/05/09 00:53:38 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/05/09 01:51:31 hubertf Exp $ share/a2ps/README share/a2ps/ps/base.ps share/a2ps/ps/bw.pro @@ -177,6 +177,7 @@ etc/a2ps.cfg bin/ogonkify bin/a2ps bin/composite +include/liba2ps.h @unexec %D/bin/install-info --delete %D/info/a2ps.info %D/info/dir @unexec %D/bin/install-info --delete %D/info/ogonkify.info %D/info/dir @unexec %D/bin/install-info --delete %D/info/regex.info %D/info/dir @@ -190,7 +191,6 @@ info/regex.info info/regex.info-1 info/regex.info-2 info/regex.info-3 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec %D/bin/install-info %D/info/a2ps.info %D/info/dir @exec %D/bin/install-info %D/info/ogonkify.info %D/info/dir @exec %D/bin/install-info %D/info/regex.info %D/info/dir -- cgit v1.2.3