pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/festival ENV is not defined; use SETENV instead.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cefc58fc91ab
branches:  trunk
changeset: 501839:cefc58fc91ab
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Oct 30 04:55:59 2005 +0000

description:
ENV is not defined; use SETENV instead.

diffstat:

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

diffs (18 lines):

diff -r dbe6de702f87 -r cefc58fc91ab audio/festival/Makefile
--- a/audio/festival/Makefile   Sun Oct 30 01:12:25 2005 +0000
+++ b/audio/festival/Makefile   Sun Oct 30 04:55:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/09/29 19:35:50 kristerw Exp $
+# $NetBSD: Makefile,v 1.45 2005/10/30 04:55:59 minskim Exp $
 
 DISTNAME=      festival-1.95-beta
 PKGNAME=       festival-1.95beta
@@ -74,7 +74,7 @@
 .endif
 
 do-configure:
-       cd ${SPEECHTOOLS} && ${ENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
+       cd ${SPEECHTOOLS} && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
 
 do-install:
        ${INSTALL_DATA_DIR} ${FHOME}



Home | Main Index | Thread Index | Old Index