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-us3 | |
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-us3')
-rw-r--r-- | audio/festvox-us3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index e3be39d8e08..40daae071ad 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/05/26 02:13:16 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:03 wiz Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-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 American 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-us3-990208{,nb[0-9]*}:../../audio/mbrolavox-us3 USE_TOOLS+= pax -LICENSE= no-commercial-use - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/festival |