9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
17 lines
442 B
Makefile
17 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/01/26 17:31:53 rillig Exp $
|
|
|
|
DISTNAME= nslint-3.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
|
MASTER_SITES+= ftp://ftp.ee.lbl.gov/old/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ee.lbl.gov/ftp.html
|
|
COMMENT= Perform consistency checks on DNS zone files
|
|
LICENSE= original-bsd
|
|
|
|
GNU_CONFIGURE= YES
|
|
BUILD_TARGET= nslint
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|