freebsd-ports/net-mgmt/netleak/files/patch-Makefile
Pav Lucistnik 55ba256801 Network Leak Finder is a collection of small perlscripts that detects
connectivity between network segments. It is mostly useful to detect "leaks" in
large organizations that have private network segments physically separated
from the Internet.

PR:		ports/88424
Submitted by:	Vaida Bogdan <vaidab@phenix.rootshell.be>
2005-11-12 12:28:49 +00:00

23 lines
691 B
Text

--- Makefile.old Thu Nov 3 03:24:56 2005
+++ Makefile Thu Nov 3 03:25:22 2005
@@ -10,15 +10,15 @@
@echo "type 'make uninstall' to uninstall"
install:
- @mkdir -p $(PREFIX)/sbin
- @mkdir -p $(PREFIX)/etc
- @mkdir -p $(PREFIX)/share/man/man8
+# @mkdir -p $(PREFIX)/sbin
+# @mkdir -p $(PREFIX)/etc
+# @mkdir -p $(PREFIX)/man/man8
install netleak $(PREFIX)/sbin
install netleakd $(PREFIX)/sbin
install netleak.conf $(PREFIX)/etc
install netleakd.conf $(PREFIX)/etc
- install netleak.8 $(PREFIX)/share/man/man8
- install netleakd.8 $(PREFIX)/share/man/man8
+ install netleak.8 $(PREFIX)/man/man8
+ install netleakd.8 $(PREFIX)/man/man8
uninstall:
rm -f $(PREFIX)/sbin/netleak