diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-16 23:34:44 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-16 23:34:44 +0000 |
commit | 7ad59ae4e9315a9ec8b709c85b2eea35e3bd38d8 (patch) | |
tree | 8efab3d542b988ea74863e1400366530651f645e /audio/festival | |
parent | 7463dd8f48e92df0f34b9f3cadd7906e9be4293f (diff) | |
download | pkgsrc-7ad59ae4e9315a9ec8b709c85b2eea35e3bd38d8.tar.gz |
Fix typo that prevented this package to build on NetBSD.
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 7496944def8..f7a2f6f4189 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/06/16 06:57:38 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2005/06/16 23:34:44 kristerw Exp $ DISTNAME= festival-1.95-beta PKGNAME= festival-1.95beta @@ -68,7 +68,7 @@ INSTALLATION_DIRS= bin libexec man/man1 post-patch: @${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile -.if exists(${FILESDIS}/unknown_${OPSYS}.mak) +.if exists(${FILESDIR}/unknown_${OPSYS}.mak) @${CP} ${FILESDIR}/unknown_${OPSYS}.mak ${SPEECHTOOLS}/config/systems/unknown_${OPSYS}.mak @${CP} ${FILESDIR}/unknown_${OPSYS}.mak ${FESTIVAL}/config/systems/unknown_${OPSYS}.mak .endif |