diff options
author | wiz <wiz> | 2009-05-20 00:51:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-20 00:51:24 +0000 |
commit | 55b45735af3733e973d267802ccd928f649d883e (patch) | |
tree | c27fff7780db191f12fb41be731150bd5e80138d | |
parent | 05719e488c4f6ce4eddc8a0e765e5fc5c9d17497 (diff) | |
download | pkgsrc-55b45735af3733e973d267802ccd928f649d883e.tar.gz |
Tag as gnu-gpl-v2 and add a comment that it has an additional exception
clause. Per discussion on tech-pkg.
-rw-r--r-- | multimedia/totem/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index adf9b21bc96..7cd2b417b0a 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2009/05/19 20:19:11 wiz Exp $ +# $NetBSD: Makefile.common,v 1.48 2009/05/20 00:51:24 wiz Exp $ # # used by multimedia/totem-browser-plugin/Makefile # used by multimedia/totem-nautilus/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/2.26/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/totem/ COMMENT= Movie player for the GNOME Desktop -#LICENSE= gnu-gpl-v2 with an exception clause +LICENSE= gnu-gpl-v2 # with an exception clause DISTINFO_FILE= ${.CURDIR}/../../multimedia/totem/distinfo PATCHDIR= ${.CURDIR}/../../multimedia/totem/patches |