freebsd-ports/sysutils/cw/files/patch-Makefile.in
Martin Wilke d84d9aa11f cw is a non-intrusive real-time ANSI color wrapper for common unix-based
command.

cw is designed to simulate the environment of the commands being
executed, so that if a person types 'du', 'df', 'ping', etc.  in their
shell it will automatically color the output in real-time according to
a definition file containing the color format desired.  cw has support
for wildcard match coloring, tokenized coloring, headers/footers, case
scenario coloring, command line dependent definition coloring, and
includes over 50 pre-made definition files.

WWW: http://cwrapper.sourceforge.net/

PR:		ports/106291
Submitted by:	Dryice Liu <dryice at dryice.name>
2006-12-04 22:14:17 +00:00

11 lines
238 B
Text

--- Makefile.in.orig Mon Dec 4 11:30:55 2006
+++ Makefile.in Mon Dec 4 11:31:04 2006
@@ -2,7 +2,7 @@
PREFIX=@prefix@
BINDIR=${PREFIX}/bin
LIBDIR=${PREFIX}/lib
-MANDIR=@mandir@
+MANDIR=${PREFIX}/man
SHELL=@SHELL@
CC=@CC@
ECHO=echo