summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-16 23:34:44 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-16 23:34:44 +0000
commit7ad59ae4e9315a9ec8b709c85b2eea35e3bd38d8 (patch)
tree8efab3d542b988ea74863e1400366530651f645e /audio
parent7463dd8f48e92df0f34b9f3cadd7906e9be4293f (diff)
downloadpkgsrc-7ad59ae4e9315a9ec8b709c85b2eea35e3bd38d8.tar.gz
Fix typo that prevented this package to build on NetBSD.
Diffstat (limited to 'audio')
-rw-r--r--audio/festival/Makefile4
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