diff options
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index ce3402a7fce..0178b416fce 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:19 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/17 09:37:23 agc Exp $ DISTNAME= bison-1.25 CATEGORIES= devel @@ -6,12 +6,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= thorpej@netbsd.org -BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo - GNU_CONFIGURE= yes MAN1= bison.1 - -post-install: - @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir +INFO_FILES= bison .include "../../mk/bsd.pkg.mk" |