diff options
author | heinz <heinz> | 2010-01-21 17:41:06 +0000 |
---|---|---|
committer | heinz <heinz> | 2010-01-21 17:41:06 +0000 |
commit | a18095029a6d2b14b6d2d9d33d5552119aaf3120 (patch) | |
tree | a8cc3ba8903e40f33b0d93d4eafe3f6b7d6f5422 /misc/rpm/Makefile | |
parent | 4e810a117eb13abd31399ff4cdc916edac2fa15f (diff) | |
download | pkgsrc-a18095029a6d2b14b6d2d9d33d5552119aaf3120.tar.gz |
Added LICENSE information.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r-- | misc/rpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index a063cd88296..e8384a50b00 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2009/12/07 04:06:02 dholland Exp $ +# $NetBSD: Makefile,v 1.70 2010/01/21 17:41:07 heinz Exp $ DISTNAME= rpm-2.5.4 PKGREVISION= 6 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rpm.org/ COMMENT= The Red Hat Package Manager +LICENSE= gnu-lgpl-v2 OR gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |