diff options
author | shattered <shattered@pkgsrc.org> | 2012-03-10 13:20:10 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2012-03-10 13:20:10 +0000 |
commit | 2a4afa461ae1ed810cae917ddc7c565f1848bba4 (patch) | |
tree | cb69f572c1dfe63e99dae7afe90030524d9b878a /net | |
parent | 0334c6313f8510b7cee4dac70240d99f70a1707e (diff) | |
download | pkgsrc-2a4afa461ae1ed810cae917ddc7c565f1848bba4.tar.gz |
Set LICENSE.
Diffstat (limited to 'net')
-rw-r--r-- | net/pload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index db4eb85dfd1..3386cd594bb 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2011/12/14 09:24:41 shattered Exp $ +# $NetBSD: Makefile,v 1.25 2012/03/10 13:20:11 shattered Exp $ # DISTNAME= pload-0.9.5 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/ppp/} MAINTAINER= shattered@NetBSD.org HOMEPAGE= http://web.archive.org/web/20050305142516/http://www.engr.utk.edu/~mdsmith/pload/ COMMENT= Network interface monitor for X11, monitoring totals and in/out rates +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |