diff options
author | obache <obache> | 2010-03-30 11:17:45 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-30 11:17:45 +0000 |
commit | 1a8a3e4915d4cf956965fe36e9145bb488ab2d2e (patch) | |
tree | ba4d6227c58fc2ae12f525be54cdb477a0b23184 /net/nload/Makefile | |
parent | ee8fdb13c12ee90bf827f94ab294e98b35137092 (diff) | |
download | pkgsrc-1a8a3e4915d4cf956965fe36e9145bb488ab2d2e.tar.gz |
Update nload to 0.7.2.
While here, set LICENSE=gnu-gpl-v2.
2008-06-28 Roland Riegel <feedback@roland-riegel.de>
* Really fix compilation with g++ 4.3
2008-02-27 Roland Riegel <feedback@roland-riegel.de>
* If devices are given on the command line, display only these
* Use --sysconfdir as given to configure
Diffstat (limited to 'net/nload/Makefile')
-rw-r--r-- | net/nload/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index 79075dabc16..af12e4cbdf5 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2008/04/19 10:57:34 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/30 11:17:45 obache Exp $ # -DISTNAME= nload-0.7.0 +DISTNAME= nload-0.7.2 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/} MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.roland-riegel.de/nload/ COMMENT= Monitoring network traffic and bandwidth usage +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -15,5 +16,7 @@ USE_LANGUAGES= c c++ MANCOMPRESSED= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |