diff options
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" |