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/mrtg | |
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/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index f43a27c8d07..3f86ba5a5e5 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2009/03/07 15:02:23 seb Exp $ +# $NetBSD: Makefile,v 1.92 2009/05/19 08:59:27 wiz Exp $ DISTNAME= mrtg-2.16.2 PKGREVISION= 2 @@ -9,7 +9,7 @@ MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://oss.oetiker.ch/mrtg/ COMMENT= The Multi-Router Traffic Grapher -#LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 USE_TOOLS+= perl:run GNU_CONFIGURE= YES |