diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-10-29 07:13:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-10-29 07:13:29 +0000 |
commit | cfda064524df95df7a3a4bcc39d53de830654a3a (patch) | |
tree | 0b5d354ef722c309198f41c36abd681847e2234f /dns/fpdns | |
parent | 4aa008339dac2682d3d541f91c3b92cab1323cd4 (diff) | |
download | ports-cfda064524df95df7a3a4bcc39d53de830654a3a.tar.gz ports-cfda064524df95df7a3a4bcc39d53de830654a3a.zip |
Notes
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/#' \ |