freebsd-ports/net/etrace/files/patch-Makefile.in
Ion-Mihai Tetcu 3f7de51d74 etrace is a configurable static port network tracing tool, similar to
traceroute, but supporting ICMP, TCP, UDP and other IP protocols.

etrace has a wealth of options ranging in function from controlling
output to the detailed construction of trace packets.

WWW: http://www.bindshell.net/tools/etrace

PR:		ports/100976
Submitted by:	dave.ryan at gmail.com
2006-07-29 16:52:16 +00:00

11 lines
434 B
Text

--- ./Makefile.in.orig Sat Jul 29 18:02:28 2006
+++ ./Makefile.in Sat Jul 29 18:02:54 2006
@@ -25,7 +25,7 @@
mkdir -p -m 755 ${bindir} ${mandir}/man8 ${datadir}/etrace
@INSTALL_PROGRAM@ etrace ${bindir}
@INSTALL_DATA@ etrace.8 ${mandir}/man8
- @INSTALL_DATA@ default.profile ${datadir}/etrace/profile
+ @INSTALL_DATA@ default.profile ${datadir}/etrace/default.profile
@INSTALL_DATA@ ${PROBE_DATA} ${datadir}/etrace/
clean: