diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-22 00:22:18 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-22 00:22:18 +0000 |
commit | de6715599f2820fa2be6456d26156df5f49ef868 (patch) | |
tree | b52133ee52ee3c8486830be30cfac9144b629c5e | |
parent | df96e4dc21b0e8cd514f35747f845d590217f597 (diff) | |
download | pkgsrc-de6715599f2820fa2be6456d26156df5f49ef868.tar.gz |
Added LICENSE information.
-rw-r--r-- | chat/ircII/Makefile | 3 | ||||
-rw-r--r-- | sysutils/grub/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 9bd6201a1f4..eb4a6b24d59 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2009/02/18 08:18:53 mrg Exp $ +# $NetBSD: Makefile,v 1.53 2010/01/22 00:22:19 heinz Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.eterna.com.au/ircii/ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client +LICENSE= modified-bsd CONFLICTS= blackened-[0-9]* diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 0feaba7ce5d..98826a3afc2 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2010/01/04 17:04:50 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2010/01/22 00:22:18 heinz Exp $ DISTNAME= grub-0.97 PKGREVISION= 8 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 +LICENSE= gnu-gpl-v2 ONLY_FOR_PLATFORM= *-*-i386 NetBSD-[5-9].*-x86_64 |