diff options
Diffstat (limited to 'net/nslint/Makefile')
-rw-r--r-- | net/nslint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nslint/Makefile b/net/nslint/Makefile index 91f49d30b39..c3dcd1561f4 100644 --- a/net/nslint/Makefile +++ b/net/nslint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/10/23 17:18:43 asau Exp $ +# $NetBSD: Makefile,v 1.11 2016/03/07 23:08:45 nros Exp $ -DISTNAME= nslint-2.1a9 +DISTNAME= nslint-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ ftp://ftp.ee.lbl.gov/old/ @@ -8,10 +8,10 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ee.lbl.gov/ftp.html COMMENT= Perform consistency checks on DNS zone files +LICENCE= original-bsd GNU_CONFIGURE= YES BUILD_TARGET= nslint -INSTALL_TARGET= install install-man INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 .include "../../mk/bsd.pkg.mk" |