aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipaudit/files/patch-Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-23 08:49:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-23 08:49:01 +0000
commit5d51b1f44e5ce2542c57165bf3cede911a8668a5 (patch)
tree441bb072df018a61e9a43c86e235c71dbaf275d6 /net-mgmt/ipaudit/files/patch-Makefile
parent9fd1a0b83282b23a8c9624130a3835f777770ab1 (diff)
downloadports-5d51b1f44e5ce2542c57165bf3cede911a8668a5.tar.gz
ports-5d51b1f44e5ce2542c57165bf3cede911a8668a5.zip
Notes
Diffstat (limited to 'net-mgmt/ipaudit/files/patch-Makefile')
-rw-r--r--net-mgmt/ipaudit/files/patch-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/ipaudit/files/patch-Makefile b/net-mgmt/ipaudit/files/patch-Makefile
new file mode 100644
index 000000000000..3e4aa81735ce
--- /dev/null
+++ b/net-mgmt/ipaudit/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig Wed Oct 18 01:38:27 2000
++++ Makefile Tue Jul 15 18:20:49 2003
+@@ -8,10 +8,10 @@
+ BIN=ipaudit ipstrings total pdate
+
+ MAKE=make
+-CIDIR=-I/usr/include/pcap
++#CIDIR=-I/usr/include/pcap
+
+ all:
+- $(MAKE) -C src all
++ cd src && $(MAKE) all
+
+ clean:
+ $(MAKE) -C src clean