diff options
author | agc <agc@pkgsrc.org> | 1998-04-17 09:37:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-17 09:37:21 +0000 |
commit | 5201e684973709478cd0e0f268310adadacc4284 (patch) | |
tree | 4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/bison/Makefile | |
parent | 9f424e887024bd828f9677f6a93441bdf95c2e6f (diff) | |
download | pkgsrc-5201e684973709478cd0e0f268310adadacc4284.tar.gz |
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
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" |