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/mbrolavox-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/mbrolavox-us2')
-rw-r--r-- | audio/mbrolavox-us2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mbrolavox-us2/Makefile b/audio/mbrolavox-us2/Makefile index 5eb6d1effd4..7ddcbb46ba3 100644 --- a/audio/mbrolavox-us2/Makefile +++ b/audio/mbrolavox-us2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/05/02 12:55:57 zafer Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:04 wiz Exp $ DISTNAME= us2-980812 PKGNAME= mbrolavox-${DISTNAME} @@ -10,13 +10,12 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tcts.fpms.ac.be/synthesis/mbrola/ COMMENT= American English male voice for MBROLA +LICENSE= no-commercial-use DEPENDS+= mbrola-301h{,nb[0-9]*}:../../audio/mbrola USE_TOOLS+= pax -LICENSE= no-commercial-use - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} |