diff options
Diffstat (limited to 'dns/fpdns')
-rw-r--r-- | dns/fpdns/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 8792a0b42e67..1260e6068239 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -8,7 +8,8 @@ PORTNAME= fpdns PORTVERSION= 0.9.3 CATEGORIES= dns net perl5 -MASTER_SITES= http://www.rfc.se/fpdns/distfiles/ +MASTER_SITES= http://www.rfc.se/fpdns/distfiles/ \ + http://dougbarton.us/Downloads/ DISTNAME= Net-DNS-Fingerprint-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -28,6 +29,9 @@ MAN1= fpdns.1 IGNORE= Requires at least Perl version 5.6.0 .endif +verify: checksum + gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig + file= ${WRKSRC}/blib/man1/fpdns.1 post-build: @${SED} -e 's#\\&\\fIperl\\fR\\|(1), \\fINet::DNS\\fR\\|(1)#&, http://www.rfc.se/fpdns/#' \ |