diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/nitpicker/files/patch-aa | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Notes
Notes:
svn path=/head/; revision=101812
Diffstat (limited to 'net/nitpicker/files/patch-aa')
-rw-r--r-- | net/nitpicker/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/nitpicker/files/patch-aa b/net/nitpicker/files/patch-aa deleted file mode 100644 index bcec6e517d14..000000000000 --- a/net/nitpicker/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.orig Sat Jul 5 02:56:12 2003 -+++ src/Makefile Tue Sep 23 09:48:56 2003 -@@ -1,8 +1,8 @@ - TARGET = nitpicker - --CC = gcc -+CC = cc - INCLUDES = -I../include -I/usr/pkg/include -I.. - LIBS = -lpcap --CFLAGS = -pg -Wall -g $(INCLUDES) -pthread -+CFLAGS += $(INCLUDES) -pthread - PREFIX = /usr/local/ - INCDIR= ${.CURDIR}/../include -@@ -31,5 +31,5 @@ - install: - @echo "Your Binaries will be installed into $(PREFIX)/sbin" -- mkdirhier $(PREFIX)/sbin -+ mkdir -p $(PREFIX)/sbin - cp nitpicker $(PREFIX)/sbin - |