diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /audio/festvox-aec | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/festvox-aec')
-rw-r--r-- | audio/festvox-aec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile index 631ddb06b05..12a8edec89a 100644 --- a/audio/festvox-aec/Makefile +++ b/audio/festvox-aec/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2003/04/10 01:28:05 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/20 12:07:42 agc Exp $ DISTNAME= voice_aec_di-2.0 PKGNAME= festvox-aec-2.0 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ @@ -17,6 +16,7 @@ DEPENDS+= festlex-ogi>=2.0:../festlex-ogi LICENSE= no-commercial-use DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR}/festival NO_BUILD= yes |