diff options
author | tron <tron> | 1998-04-13 10:11:28 +0000 |
---|---|---|
committer | tron <tron> | 1998-04-13 10:11:28 +0000 |
commit | 67f4f2161ec7189291c726072d25ce58787233ae (patch) | |
tree | dd4e95d1c984f9cfc1c95e083e23fd646b7e3b85 | |
parent | 791ac5721b0ea3a384c81b8dde1bb0ffddb77b61 (diff) | |
download | pkgsrc-67f4f2161ec7189291c726072d25ce58787233ae.tar.gz |
Add "bison" info file to info files directory, fixes PR pkg/5187.
-rw-r--r-- | devel/bison/Makefile | 15 | ||||
-rw-r--r-- | devel/bison/patches/patch-aa | 14 |
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 |