pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/festival Fix typo that prevented this package to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c569d9e72cb7
branches:  trunk
changeset: 495665:c569d9e72cb7
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 16 23:34:44 2005 +0000

description:
Fix typo that prevented this package to build on NetBSD.

diffstat:

 audio/festival/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5bc2f3c3edfc -r c569d9e72cb7 audio/festival/Makefile
--- a/audio/festival/Makefile   Thu Jun 16 23:33:10 2005 +0000
+++ b/audio/festival/Makefile   Thu Jun 16 23:34:44 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index