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/festvox-us2 | |
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/festvox-us2')
-rw-r--r-- | audio/festvox-us2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile index c93d0177e63..3c7c43a39a9 100644 --- a/audio/festvox-us2/Makefile +++ b/audio/festvox-us2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:03 wiz Exp $ DISTNAME= festvox_us2 PKGNAME= festvox-us2-1.4.0 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival/ COMMENT= MBROLA based Americal English male voice for festival +LICENSE= no-commercial-use DEPENDS+= festival>=1.4.0:../../audio/festival DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex @@ -18,8 +19,6 @@ DEPENDS+= mbrolavox-us2-980812{,nb[0-9]*}:../../audio/mbrolavox-us2 USE_TOOLS+= pax -LICENSE= no-commercial-use - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/festival |