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-el11 | |
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-el11')
-rw-r--r-- | audio/festvox-el11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 4f3986e28db..78c787cba32 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2009/05/19 08:59:02 wiz Exp $ DISTNAME= festvox_ellpc11k PKGNAME= festvox-el11-1.4.0 @@ -9,13 +9,12 @@ 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= Castilian Spanish male voice for the festival speech synthesis system +LICENSE= no-commercial-use DEPENDS+= festival>=1.4.1:../../audio/festival USE_TOOLS+= pax -LICENSE= no-commercial-use - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/festival |