diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 11:19:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 11:19:40 +0000 |
commit | 8157ff7bcf2801ef386438ab810e024cab6f44f7 (patch) | |
tree | db9dcdd0670955071b51997e309b971ec2bc2f1b /devel/bison/Makefile | |
parent | 86503bc551cc5044f0e9bd5977d5e36942544c51 (diff) | |
download | pkgsrc-8157ff7bcf2801ef386438ab810e024cab6f44f7.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 3d46795649e..0c695aedd9d 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/22 11:05:02 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/22 11:27:47 agc Exp $ DISTNAME= bison-1.25 CATEGORIES= devel @@ -7,7 +7,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= thorpej@netbsd.org GNU_CONFIGURE= yes -MAN1= bison.1 INFO_FILES= bison.info .include "../../mk/bsd.pkg.mk" |