summaryrefslogtreecommitdiff
path: root/security/p0f
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-25 13:59:05 +0000
committerwiz <wiz>2003-01-25 13:59:05 +0000
commitb527a7ba8634edf0e4bf132794fd4bb7b199832c (patch)
treed13237c30ed0f3047801e0f4bdf19086aa728a09 /security/p0f
parentcc64ad2eaa2cdac421acc358e9b4ef47e955b4cd (diff)
downloadpkgsrc-b527a7ba8634edf0e4bf132794fd4bb7b199832c.tar.gz
Remove (hi hubert!)
Diffstat (limited to 'security/p0f')
-rw-r--r--security/p0f/patches/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/p0f/patches/patch-ab b/security/p0f/patches/patch-ab
deleted file mode 100644
index c06f82bafad..00000000000
--- a/security/p0f/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.2 2001/03/26 11:59:15 hubertf Exp $
-
---- Makefile.orig Mon Mar 26 06:21:15 2001
-+++ Makefile
-@@ -16,7 +16,8 @@
- all: $(FILE) strip
-
- $(FILE): p0f.c
-- $(CC) $(CFLAGS) -DVER=\"$(VERSION)\" -o $@ $< $(CLIBS) \
-+ $(CC) $(CFLAGS) -DVER=\"$(VERSION)\" -DPREFIX=\"${PREFIX}\" -o \
-+ $@ $< $(CLIBS) \
- `uname|egrep -i 'sunos|solar' >/dev/null && echo "$(SUNLIBS)"`
-
- strip: