diff options
author | nros <nros@pkgsrc.org> | 2016-03-07 23:14:39 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-03-07 23:14:39 +0000 |
commit | 1e542de864f08b92f4749fb729ca29f02cf8a852 (patch) | |
tree | 8f0e72b0b3443d0f8fc676f2ed017453a3475978 /net | |
parent | ef789b9fadf6486a797edbb96f081d319b21b6d3 (diff) | |
download | pkgsrc-1e542de864f08b92f4749fb729ca29f02cf8a852.tar.gz |
LICENCE -> LICENSE
Diffstat (limited to 'net')
-rw-r--r-- | net/nslint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nslint/Makefile b/net/nslint/Makefile index c3dcd1561f4..0410baa9386 100644 --- a/net/nslint/Makefile +++ b/net/nslint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/03/07 23:08:45 nros Exp $ +# $NetBSD: Makefile,v 1.12 2016/03/07 23:14:39 nros Exp $ DISTNAME= nslint-3.1 CATEGORIES= net @@ -8,7 +8,7 @@ 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 +LICENSE= original-bsd GNU_CONFIGURE= YES BUILD_TARGET= nslint |