aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/bind910/Makefile2
-rw-r--r--dns/bind98/Makefile2
-rw-r--r--dns/bind99/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile
index 187ef70936c9..dcd86460e71d 100644
--- a/dns/bind910/Makefile
+++ b/dns/bind910/Makefile
@@ -23,7 +23,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
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
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 88058a297d58..d64f1487a4a6 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -23,7 +23,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