summaryrefslogtreecommitdiff
path: root/security/p0f
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-25 13:59:05 +0000
committerwiz <wiz@pkgsrc.org>2003-01-25 13:59:05 +0000
commit7d417cd068ebf08d39726e826a9e5708f569a41c (patch)
treed13237c30ed0f3047801e0f4bdf19086aa728a09 /security/p0f
parentbd378577c7657da62be857cff30850f3a78dc121 (diff)
downloadpkgsrc-7d417cd068ebf08d39726e826a9e5708f569a41c.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: