From e367fba7d1325839a2a2c4909aecdb7bb5494e39 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 11 Jul 2014 15:38:42 +0000 Subject: And it's supposed to be lower case. Sponsored by: Absolight --- dns/bind98/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/bind98') 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 -- cgit