diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-05 11:29:13 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-05 11:29:13 +0000 |
commit | 9f8c515f18c9d61ef7866d07ac9e0ecf37b0e54e (patch) | |
tree | a407003ac914b87c041729a11d7466ee169a4e89 /audio/mbrola | |
parent | ddd1c539d87f37f439eb0bf3b2c2fed6e9686c37 (diff) | |
download | ports-9f8c515f18c9d61ef7866d07ac9e0ecf37b0e54e.tar.gz ports-9f8c515f18c9d61ef7866d07ac9e0ecf37b0e54e.zip |
Notes
Diffstat (limited to 'audio/mbrola')
-rw-r--r-- | audio/mbrola/scripts/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mbrola/scripts/configure b/audio/mbrola/scripts/configure index 53a51903e09b..964a1d8c27e3 100644 --- a/audio/mbrola/scripts/configure +++ b/audio/mbrola/scripts/configure @@ -91,8 +91,7 @@ case $retval in ;; esac -echo $choice | sed -e 's:\": :g' | fold -s -w 14 | tr -d \ \ - | sort -u | grep zip > ${WRKDIR}/voices.conf +echo $choice | tr ' ' '\012' | tr -d \" > ${WRKDIR}/voices.conf fi cut -c1-3 < ${WRKDIR}/voices.conf > ${WRKDIR}/fetchdirs.conf |