Date: Wed, 24 Apr 2013 20:43:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316479 - head/audio/mbrolavox Message-ID: <201304242043.r3OKh3sI020203@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Apr 24 20:43:03 2013 New Revision: 316479 URL: http://svnweb.freebsd.org/changeset/ports/316479 Log: Do not eat distfiles because of trailing '\' Submitted by: bdrewery Pointyhat to: bapt Modified: head/audio/mbrolavox/Makefile Modified: head/audio/mbrolavox/Makefile ============================================================================== --- head/audio/mbrolavox/Makefile Wed Apr 24 20:42:37 2013 (r316478) +++ head/audio/mbrolavox/Makefile Wed Apr 24 20:43:03 2013 (r316479) @@ -33,7 +33,7 @@ FILE_${ii}!= ${AWK} -F'|' '$$1 == "${ii} . if defined(WITH_${ii}) MASTER_SITES+= http://www.tcts.fpms.ac.be/synthesis/mbrola/dba/${ii}/:${ii} \ http://www.festvox.org/mbrola/dba/${ii}/:${ii} \ - http://mambo.ucsc.edu/psl/mbrola/dba/${ii}/:${ii} \ + http://mambo.ucsc.edu/psl/mbrola/dba/${ii}/:${ii} DISTFILES+= ${FILE_${ii}}:${ii} FILEDIRS+= ${ii} MYFILES+= ${FILE_${ii}}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304242043.r3OKh3sI020203>