diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /audio/shntool | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'audio/shntool')
-rw-r--r-- | audio/shntool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index 6eb46e72680..b880f7ff092 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:07 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:04 wiz Exp $ # DISTNAME= shntool-2.0.3 @@ -9,11 +9,10 @@ MASTER_SITES= http://www.etree.org/shnutils/shntool/source/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.etree.org/shnutils/shntool/ COMMENT= Lossless audio compressor wrapper tool +LICENSE= no-commercial-use PKG_DESTDIR_SUPPORT= user-destdir -LICENSE= no-commercial-use - GNU_CONFIGURE= YES # could also support: "WV" (is this not wav?), OFR, LPAC and APE. |