diff options
author | obache <obache> | 2010-01-23 08:51:13 +0000 |
---|---|---|
committer | obache <obache> | 2010-01-23 08:51:13 +0000 |
commit | 7d4b9a17c6c702ad6a2c1c91783bbe77af8b5d91 (patch) | |
tree | 3b05df05f8370bb1ae41332cf8dd82a8d147387f /textproc | |
parent | 160c7dd1f709fa7af2fc8b6913704e8660b0254c (diff) | |
download | pkgsrc-7d4b9a17c6c702ad6a2c1c91783bbe77af8b5d91.tar.gz |
Set LICENSE=gnu-gpl-v2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-subtitles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gnome-subtitles/Makefile b/textproc/gnome-subtitles/Makefile index d94eb848488..4911dc94108 100644 --- a/textproc/gnome-subtitles/Makefile +++ b/textproc/gnome-subtitles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/01/23 08:30:08 obache Exp $ +# $NetBSD: Makefile,v 1.8 2010/01/23 08:51:13 obache Exp $ DISTNAME= gnome-subtitles-0.9.1 CATEGORIES= multimedia textproc @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnome-subtitles/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnome-subtitles.sourceforge.net/ COMMENT= Subtitle editor for the GNOME desktop +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |