diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /net/nload | |
parent | Update to 0.7 release. (diff) |
Pacify portlint
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=288109
Diffstat (limited to 'net/nload')
-rw-r--r-- | net/nload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index a954b7e3f164..cfd2b5206f35 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -14,12 +14,12 @@ MASTER_SITES= http://www.roland-riegel.de/nload/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Console application which monitors network traffic in real time +LICENSE= GPLv2 + GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes MANCOMPRESSED= yes -LICENSE= GPLv2 - MAN1= nload.1 PLIST_FILES= bin/nload |