summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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