svn commit: r316479 - head/audio/mbrolavox

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 24 20:43:03 UTC 2013


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}}


More information about the svn-ports-head mailing list