mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additionally info like total amount of transfered data and min/max network usage. WWW: http://www.roland-riegel.de/nload/index_en.html PR: ports/37418 Submitted by: Olivier Tharan <olive@oban.frmug.org>
11 lines
408 B
Text
11 lines
408 B
Text
--- Makefile.in.bak Wed Apr 24 16:39:22 2002
|
|
+++ Makefile.in Wed Apr 24 16:39:27 2002
|
|
@@ -357,7 +357,7 @@
|
|
install:
|
|
$(mkinstalldirs) $(DESTDIR)$(prefix)/man/man1
|
|
$(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(prefix)/man/man1
|
|
- gzip $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1
|
|
+ gzip -f $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1
|
|
|
|
uninstall:
|
|
rm $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1.gz
|