diff options
author | erwin <erwin@FreeBSD.org> | 2012-12-03 18:48:18 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-12-03 18:48:18 +0800 |
commit | eb7734f44c0be4a05c42213c415f854437163c36 (patch) | |
tree | 713b1b8c833e125f455b75928d25453bb6fe1fb2 /dns/bind97 | |
parent | 016fe2d65fde96be3735fe29a86ee303a9b71d35 (diff) | |
download | freebsd-ports-gnome-eb7734f44c0be4a05c42213c415f854437163c36.tar.gz freebsd-ports-gnome-eb7734f44c0be4a05c42213c415f854437163c36.tar.zst freebsd-ports-gnome-eb7734f44c0be4a05c42213c415f854437163c36.zip |
Remove gpg signature checking that in itself does not
provide any additional security.
Feature safe: yes
Diffstat (limited to 'dns/bind97')
-rw-r--r-- | dns/bind97/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile index 01a770b684ec..c457022805c8 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -7,8 +7,6 @@ CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= erwin@FreeBSD.org COMMENT?= BIND DNS suite with updated DNSSEC and threads @@ -191,9 +189,6 @@ MAN8= ddns-confgen.8 dnssec-dsfromkey.8 dnssec-keyfromlabel.8 \ MLINKS= named-checkzone.8 named-compilezone.8 .endif # BIND_TOOLS_SLAVE -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - .if !defined(BIND_TOOLS_SLAVE) post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ |