diff options
author | reed <reed@pkgsrc.org> | 2005-02-03 17:54:50 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-02-03 17:54:50 +0000 |
commit | ae276652a6ce6f49b6e1ce727883b83071f85429 (patch) | |
tree | 26702c51cddcb455de92af458428ba75e5489599 /audio | |
parent | 671acfb33734dbe61c2a0cb8dfec82b19d2b8372 (diff) | |
download | pkgsrc-ae276652a6ce6f49b6e1ce727883b83071f85429.tar.gz |
Added a license file for lame based on many notes from different
files in the lame source.
And for the audio/lame/Makefile:
Change the LICENSE from fee-based-commercial-use to use this new
lame-license.
The problem before was that fee-based-commercial-use did not exist
and the "make show-license" suggested running pkg_info -d to view
the long-description of the package (which may not be installed yet).
Anyways, the DESCR didn't mention these license issues.
Also bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 6afbba32bba..be1bf098d54 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2004/10/03 00:13:06 tv Exp $ +# $NetBSD: Makefile,v 1.44 2005/02/03 17:54:50 reed Exp $ # DISTNAME= lame-${VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/} \ http://hive.me.gu.edu.au/not_lame/ @@ -13,7 +13,7 @@ COMMENT= Fast, high quality MP3 encoder VERS= 3.96.1 -LICENSE= fee-based-commercial-use +LICENSE= lame-license PKG_INSTALLATION_TYPES= overwrite pkgviews |