summaryrefslogtreecommitdiff
path: root/print/a2ps
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-05-09 01:51:31 +0000
committerhubertf <hubertf>1998-05-09 01:51:31 +0000
commitb6d90ef8a9d27a378c9308c838e3ba2c31f4b5f0 (patch)
tree6bbb31690568dbccccbae49fecc90f6170b04223 /print/a2ps
parentdb02409f86a872f79aa1fccdf31708b7b9b3f384 (diff)
downloadpkgsrc-b6d90ef8a9d27a378c9308c838e3ba2c31f4b5f0.tar.gz
fix info handling, complete PLIST
Diffstat (limited to 'print/a2ps')
-rw-r--r--print/a2ps/Makefile4
-rw-r--r--print/a2ps/patches/patch-ab14
-rw-r--r--print/a2ps/pkg/PLIST4
3 files changed, 19 insertions, 3 deletions
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