aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind9-dlz
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-04-30 16:36:01 +0800
committerdinoex <dinoex@FreeBSD.org>2007-04-30 16:36:01 +0800
commit0aaa2edfd969b927619377506b9d9c9abd82a7a1 (patch)
tree0cc144b325bee1eed61493511fefde81e69438e2 /dns/bind9-dlz
parent8e6f855e8edee4a14e0923fd9aaf52d12877c57b (diff)
downloadfreebsd-ports-gnome-0aaa2edfd969b927619377506b9d9c9abd82a7a1.tar.gz
freebsd-ports-gnome-0aaa2edfd969b927619377506b9d9c9abd82a7a1.tar.zst
freebsd-ports-gnome-0aaa2edfd969b927619377506b9d9c9abd82a7a1.zip
- make portlint happier
Diffstat (limited to 'dns/bind9-dlz')
-rw-r--r--dns/bind9-dlz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile
index d0d512f0750b..f5f578955596 100644
--- a/dns/bind9-dlz/Makefile
+++ b/dns/bind9-dlz/Makefile
@@ -59,13 +59,13 @@ NO_DESCRIBE=yes
.if defined(WITH_DLZ_OLD)
ISCVERSION= 9.2.2
-DISTFILES+= DLZ-${DLZVERSION}${EXTRACT_SUFX}:dlz
+DISTFILES+= DLZ-${DLZVERSION}${EXTRACT_SUFX}:dlz
PATCHFILES+= patch.9.2.2-P1
PLIST_SUB+= BIND922="" BIND931="@comment "
EXTRA_PATCHES+= ${WRKDIR}/dlz.patch ${FILESDIR}/db42-bind922.patch
.else
ISCVERSION= 9.3.2
-PATCHFILES+= ctrix_dlz_${ISCVERSION}-1.patch.gz:it
+PATCHFILES+= ctrix_dlz_${ISCVERSION}-1.patch.gz:it
EXTRA_PATCHES+= ${FILESDIR}/db42-bind931.patch
PLIST_SUB+= BIND931="" BIND922="@comment "
.endif