diff options
author | heinz <heinz> | 2010-01-24 17:11:17 +0000 |
---|---|---|
committer | heinz <heinz> | 2010-01-24 17:11:17 +0000 |
commit | face5384f215293a60fbd23bbc28f41fd0612607 (patch) | |
tree | 501cae30f14c0c0a68e0cf85455ddf6166a63dde /devel | |
parent | 27c31b75d26f245a2fecd8ed0f9d15001c80cd4a (diff) | |
download | pkgsrc-face5384f215293a60fbd23bbc28f41fd0612607.tar.gz |
Added LICENSE information.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile | 3 | ||||
-rw-r--r-- | devel/libvolume_id/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 75b9434dac3..d03c20fb951 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2009/11/02 09:09:25 tnn Exp $ +# $NetBSD: Makefile,v 1.90 2010/01/24 17:11:18 heinz Exp $ DISTNAME= SDL-1.2.14 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.libsdl.org/release/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.libsdl.org/ COMMENT= Simple DirectMedia Layer, a cross-platform multimedia library +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile index d931ce22e01..afbfd937342 100644 --- a/devel/libvolume_id/Makefile +++ b/devel/libvolume_id/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/06/13 06:46:43 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/24 17:11:19 heinz Exp $ # DISTNAME= libvolume_id-0.81.1 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${MASTER_SITES} COMMENT= Library to provide file system type information +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= include lib lib/pkgconfig |