diff options
author | agc <agc> | 1998-04-17 09:37:21 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-17 09:37:21 +0000 |
commit | 2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa (patch) | |
tree | 4de4a4b8d8e63fa381b709cba28651c135f8773b /devel/bison | |
parent | ac9957923d47d6c048d6e17210f150a9560a23fa (diff) | |
download | pkgsrc-2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa.tar.gz |
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'devel/bison')
-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" |