aboutsummaryrefslogtreecommitdiff
path: root/dns/bind98/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-07-11 15:38:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-07-11 15:38:42 +0000
commitd0a51c4e4d6bd334891a7662b8e96571d4676d6c (patch)
treefe5a549deb1ecc8ec36dfaddd73649bb5e0181b7 /dns/bind98/Makefile
parentd981c2ee5ea4d8bd548176d0fb94e18ade160db4 (diff)
downloadports-d0a51c4e4d6bd334891a7662b8e96571d4676d6c.tar.gz
ports-d0a51c4e4d6bd334891a7662b8e96571d4676d6c.zip
Notes
Diffstat (limited to 'dns/bind98/Makefile')
-rw-r--r--dns/bind98/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index da36604bec3f..d3e557019c2b 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