diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/irrtoolset-nox11 | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'net/irrtoolset-nox11')
-rw-r--r-- | net/irrtoolset-nox11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/irrtoolset-nox11/Makefile b/net/irrtoolset-nox11/Makefile index 3d6ea4853a9..c9c786f725f 100644 --- a/net/irrtoolset-nox11/Makefile +++ b/net/irrtoolset-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/03/15 20:10:35 spz Exp $ +# $NetBSD: Makefile,v 1.26 2009/05/19 08:59:27 wiz Exp $ # DISTNAME= IRRToolSet-4.8.5 @@ -9,14 +9,13 @@ MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-4.8.5/ MAINTAINER= spz@NetBSD.org HOMEPAGE= http://www.isc.org/index.pl?/sw/IRRToolSet/ COMMENT= The Internet Routing Registry Toolset - client to IRRd +LICENSE= no-commercial-use USE_LANGUAGES= c c++ USE_TOOLS+= bison flex gmake perl INSTALLATION_DIRS= ${PKGBINDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 -LICENSE= no-commercial-use - USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |