ports/net/nload/files/patch-aa
Ollivier Robert 04371ceaef New port: net/nload.
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>
2002-07-15 21:31:06 +00:00

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