summaryrefslogtreecommitdiff
path: root/sysutils/durep/files
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-06-27 14:17:41 +0000
committerWill Andrews <will@FreeBSD.org>2002-06-27 14:17:41 +0000
commitd1b19b8b9c8b54d748b0e71804fdb6a9dfccc0f2 (patch)
tree14681754435a3c11eacfc32f2565769840ceaae4 /sysutils/durep/files
parentAdd jailutils 0.5.1, several utilies for managing jails. (diff)
Add durep 0.8, an utility for monitoring disk usage in a more visual
way than du. PR: 34991 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=62106
Diffstat (limited to 'sysutils/durep/files')
-rw-r--r--sysutils/durep/files/patch-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/durep/files/patch-Makefile b/sysutils/durep/files/patch-Makefile
new file mode 100644
index 000000000000..85e626f45328
--- /dev/null
+++ b/sysutils/durep/files/patch-Makefile
@@ -0,0 +1,12 @@
+--- Makefile.orig Thu Feb 14 19:37:04 2002
++++ Makefile Thu Feb 14 19:40:26 2002
+@@ -1,6 +1,8 @@
+-PREFIX = /usr/local
++#PREFIX = /usr/local
+ VERSION = 0.8
+
++all:
++
+ # Make documentation
+ doc:
+ pod2man --center="Disk Usage Report Generator" --release="durep version $(VERSION)" durep.pod > durep.1