aboutsummaryrefslogtreecommitdiff
path: root/audio/shntool
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
commit4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch)
tree96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /audio/shntool
parenta5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff)
downloadports-4a4ec28d37b64039d4eff0f34ad66b543767d758.tar.gz
ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.zip
Notes
Diffstat (limited to 'audio/shntool')
-rw-r--r--audio/shntool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile
index 322a9b9cb3c8..09b583369b0c 100644
--- a/audio/shntool/Makefile
+++ b/audio/shntool/Makefile
@@ -34,8 +34,8 @@ RDEP= AIFF:sox SHN:shorten FLAC APE:mac OFR:ofr:optimfrog LPAC WV:wavpack \
.for o in ${PORT_OPTIONS}
m= ${RDEP:M${o}*}
.if ${m}
-b= ${m:C/^[A-Z]*://:C/:.*//:L}
-p= ${m:C/^[A-Z]*://:C/.*://:L}
+b= ${m:C/^[A-Z]*://:C/:.*//:tl}
+p= ${m:C/^[A-Z]*://:C/.*://:tl}
RUN_DEPENDS+= ${b}:${PORTSDIR}/audio/${p}
RUN_DEPENDS:= ${RUN_DEPENDS}
.endif