From f30d42f081c8da76bb6f987d8cd65ace1c12d879 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 18 Oct 2004 20:41:21 +0000 Subject: Add pload, an X11 program to monitor network device statistics. It graphs information using Athena stripchart widgets. PR: ports/72013 Submitted by: J.R. Oldroyd --- net/pload/files/patch-Imakefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/pload/files/patch-Imakefile (limited to 'net/pload/files/patch-Imakefile') diff --git a/net/pload/files/patch-Imakefile b/net/pload/files/patch-Imakefile new file mode 100644 index 000000000000..ae8cc75f98c7 --- /dev/null +++ b/net/pload/files/patch-Imakefile @@ -0,0 +1,20 @@ +diff -c Imakefile.orig Imakefile +*** Imakefile.orig Tue Feb 1 02:11:24 2000 +--- Imakefile Tue Aug 3 10:02:12 2004 +*************** +*** 15,21 **** + + ComplexProgramTarget(pload) + +! distclean: clean + $(RM) Makefile osdefs.mk core \ + pload-$(VER).tar.gz \ + pload-$(VER)-1.i386.rpm \ +--- 15,21 ---- + + ComplexProgramTarget(pload) + +! distclean:: clean + $(RM) Makefile osdefs.mk core \ + pload-$(VER).tar.gz \ + pload-$(VER)-1.i386.rpm \ -- cgit v1.2.3