diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-16 08:40:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-16 08:40:17 +0000 |
commit | 230d001863d655875e2e62042beaa4ea96850272 (patch) | |
tree | 1945d0dc959eb24731751066a89c29b4125242f7 /net/dlint | |
parent | 697733ba3b8493a0a85956ec902a303207a7d97a (diff) | |
download | pkgsrc-230d001863d655875e2e62042beaa4ea96850272.tar.gz |
dlint: comment out dead master sites and homepage
Diffstat (limited to 'net/dlint')
-rw-r--r-- | net/dlint/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile index ea14398acef..266113aeb27 100644 --- a/net/dlint/Makefile +++ b/net/dlint/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:41 wiz Exp $ -# +# $NetBSD: Makefile,v 1.18 2017/09/16 08:40:17 wiz Exp $ DISTNAME= dlint1.4.0 PKGNAME= dlint-1.4.0 PKGREVISION= 6 CATEGORIES= net -MASTER_SITES= http://www.domtools.com/pub/ +#MASTER_SITES= http://www.domtools.com/pub/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.domtools.com/ +#HOMEPAGE= http://www.domtools.com/ COMMENT= Internet Domain Name System (DNS) error checking utility USE_TOOLS+= perl:run |