diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-06 03:08:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-06 03:08:18 +0000 |
commit | 6e5fd92608fbacb8584b49c9aa35a071ed9d880c (patch) | |
tree | fb15b1823a8c2da97853c6d68c2f7539f0571ff4 /audio | |
parent | 2ef94603b24574c952990982f7cab098b6d40faf (diff) | |
download | pkgsrc-6e5fd92608fbacb8584b49c9aa35a071ed9d880c.tar.gz |
Copy files only when they exist.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 44479698a7a..dc17fb70bfd 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/06/01 18:02:37 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2005/06/06 03:08:18 minskim Exp $ DISTNAME= festival-1.95-beta PKGNAME= festival-1.95beta @@ -66,8 +66,10 @@ MAKE_ENV+= PKG_EST_HOME="${SPEECHTOOLS}" \ post-patch: @${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile +.if exists(${FILESDIS}/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 do-configure: cd ${SPEECHTOOLS} && ${ENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} |