aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind98
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-07-11 23:38:42 +0800
committermat <mat@FreeBSD.org>2014-07-11 23:38:42 +0800
commite367fba7d1325839a2a2c4909aecdb7bb5494e39 (patch)
treefe5a549deb1ecc8ec36dfaddd73649bb5e0181b7 /dns/bind98
parent140b2d45b0d9f64ea4bcdeeb6620253aaa2a228c (diff)
downloadfreebsd-ports-graphics-e367fba7d1325839a2a2c4909aecdb7bb5494e39.tar.gz
freebsd-ports-graphics-e367fba7d1325839a2a2c4909aecdb7bb5494e39.tar.zst
freebsd-ports-graphics-e367fba7d1325839a2a2c4909aecdb7bb5494e39.zip
And it's supposed to be lower case.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind98')
-rw-r--r--dns/bind98/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index da36604bec3..d3e557019c2 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -25,7 +25,7 @@ USES= cpe
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
.if ${ISCVERSION:M*-*}
-CPE_UPDATE= ${ISCVERSION:C/.*-//}
+CPE_UPDATE= ${ISCVERSION:C/.*-//:tl}
.endif
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2