summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>1998-04-13 10:11:28 +0000
committertron <tron>1998-04-13 10:11:28 +0000
commitbaee864e48acdbdf0c5608a5c613fa26334b4743 (patch)
treedd4e95d1c984f9cfc1c95e083e23fd646b7e3b85
parent29fd198537b90b1e1cdc7bf3e35537937ee4e9e5 (diff)
downloadpkgsrc-baee864e48acdbdf0c5608a5c613fa26334b4743.tar.gz
Add "bison" info file to info files directory, fixes PR pkg/5187.
-rw-r--r--devel/bison/Makefile15
-rw-r--r--devel/bison/patches/patch-aa14
2 files changed, 24 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 82f838875ae..46f51bc3fd3 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,17 +1,22 @@
-# $NetBSD: Makefile,v 1.1 1998/03/20 22:45:15 thorpej Exp $
+# New packages collection makefile for: bison
+# Version required: 1.25
+# Date created: 20 March 1998
+# Whom: Jason R. Thorpe
+#
+# $NetBSD: Makefile,v 1.2 1998/04/13 10:11:28 tron Exp $
DISTNAME= bison-1.25
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
-MAINTAINER= packages@netbsd.org
+MAINTAINER= thorpej@netbsd.org
-OPSYS!= uname -s
-.if (${OPSYS} == "NetBSD")
BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-.endif
GNU_CONFIGURE= yes
MAN1= bison.1
+post-install:
+ @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir
+
.include <bsd.port.mk>
diff --git a/devel/bison/patches/patch-aa b/devel/bison/patches/patch-aa
new file mode 100644
index 00000000000..183db9db127
--- /dev/null
+++ b/devel/bison/patches/patch-aa
@@ -0,0 +1,14 @@
+--- bison.texinfo.orig Mon Mar 23 09:16:35 1998
++++ bison.texinfo Mon Mar 23 09:17:19 1998
+@@ -2,6 +2,10 @@
+ @comment %**start of header
+ @setfilename bison.info
+ @settitle Bison 1.25
++@dircategory Programming & development tools
++@direntry
++* Bison: (bison). GNU yacc(1) replacement.
++@end direntry
+ @setchapternewpage odd
+
+
+ @iftex