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/bind99 | |
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/bind99')
-rw-r--r-- | dns/bind99/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 1bf787714071..571fb3d6b71b 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -6,8 +6,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 DNS64 @@ -197,9 +195,6 @@ MAN8= ddns-confgen.8 dnssec-dsfromkey.8 dnssec-keyfromlabel.8 \ rndc-confgen.8 rndc.8 MLINKS= named-checkzone.8 named-compilezone.8 -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc - post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 |