aboutsummaryrefslogtreecommitdiffstats
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
parent140b2d45b0d9f64ea4bcdeeb6620253aaa2a228c (diff)
downloadfreebsd-ports-gnome-e367fba7d1325839a2a2c4909aecdb7bb5494e39.tar.gz
freebsd-ports-gnome-e367fba7d1325839a2a2c4909aecdb7bb5494e39.tar.zst
freebsd-ports-gnome-e367fba7d1325839a2a2c4909aecdb7bb5494e39.zip
And it's supposed to be lower case.
Sponsored by: Absolight
-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