diff options
author | heinz <heinz@pkgsrc.org> | 2009-11-30 18:38:02 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2009-11-30 18:38:02 +0000 |
commit | e25ed1ea6d9277b36e4394c319b415b88447de63 (patch) | |
tree | 6d6053ddce6fbfd57af6c0d3ca9e46940e3916a6 /devel/bison | |
parent | 3b00139ccce13d4d89b79a5ccb13eca929e7b98b (diff) | |
download | pkgsrc-e25ed1ea6d9277b36e4394c319b415b88447de63.tar.gz |
LICENSE is gnu-gpl-v3
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 0b0d695d3ab..779c64db532 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2009/05/30 14:47:07 joerg Exp $ +# $NetBSD: Makefile,v 1.71 2009/11/30 18:38:02 heinz Exp $ DISTNAME= bison-2.4.1 PKGREVISION= 1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bison/bison.html COMMENT= GNU yacc(1) replacement +LICENSE= gnu-gpl-v3 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |