diff options
author | mat <mat@FreeBSD.org> | 2014-07-11 23:38:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-07-11 23:38:42 +0800 |
commit | e367fba7d1325839a2a2c4909aecdb7bb5494e39 (patch) | |
tree | fe5a549deb1ecc8ec36dfaddd73649bb5e0181b7 /dns/bind98 | |
parent | 140b2d45b0d9f64ea4bcdeeb6620253aaa2a228c (diff) | |
download | freebsd-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/Makefile | 2 |
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 |