diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-09 11:51:39 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-09 11:51:39 +0000 |
commit | 9b5f8d5388678dd21f3378f3641343d1d0861f56 (patch) | |
tree | 7d64a431b8f78b4d889b239475272fca681eb09c /dns/checkdns | |
parent | f8c7aa4eb0afdb1b3674e82ad3483abc12fbfd49 (diff) | |
download | ports-9b5f8d5388678dd21f3378f3641343d1d0861f56.tar.gz ports-9b5f8d5388678dd21f3378f3641343d1d0861f56.zip |
- Add more MASTER_SITES
- Take maintainership
PR: ports/93075
Submitted by: Joe Holden <joe@joeholden.co.uk>
Notes
Notes:
svn path=/head/; revision=155585
Diffstat (limited to 'dns/checkdns')
-rw-r--r-- | dns/checkdns/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/checkdns/Makefile b/dns/checkdns/Makefile index 45d2d5d33265..3e26390c7844 100644 --- a/dns/checkdns/Makefile +++ b/dns/checkdns/Makefile @@ -8,9 +8,10 @@ PORTNAME= checkdns PORTVERSION= 0.5 CATEGORIES= dns -MASTER_SITES= http://www.enderunix.org/checkdns/ +MASTER_SITES= http://www.enderunix.org/checkdns/ \ + http://www.trunix.org/projeler/checkdns/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joe@joeholden.co.uk COMMENT= A domain name server analysis and reporting tool USE_REINPLACE= yes |