freebsd-ports/sysutils/durep/files/patch-Makefile
Will Andrews d1b19b8b9c 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>
2002-06-27 14:17:41 +00:00

12 lines
302 B
Text

--- 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