summaryrefslogtreecommitdiff
path: root/net/p0f
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-17 21:29:10 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-17 21:29:10 +0000
commit39b9e96344728b6d59c6d3215eb4c72a8b83eb12 (patch)
treec5fea3b7c31ea3b7e113091279c674f05fcda1d3 /net/p0f
parentUpgrade from 1.7.1 to 2.0. See (diff)
Install the p0fa.fp and p0fr.fp files, needed when the -A and -R
options are used (new PORTREVISION). PR: 62273 Submitted by: Radim Kolar
Diffstat (limited to 'net/p0f')
-rw-r--r--net/p0f/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/p0f/Makefile b/net/p0f/Makefile
index 864d231ffff6..8061936fb2cb 100644
--- a/net/p0f/Makefile
+++ b/net/p0f/Makefile
@@ -7,6 +7,7 @@
PORTNAME= p0f
PORTVERSION= 2.0.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://lcamtuf.coredump.cx/p0f/
EXTRACT_SUFX= .tgz
@@ -33,7 +34,9 @@ do-install:
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/p0frep ${PREFIX}/bin
${MKDIR} ${PREFIX}/etc/p0f
- ${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc/p0f
+.for ii in . a. r.
+ ${INSTALL_DATA} ${WRKSRC}/p0f${ii}fp ${PREFIX}/etc/p0f/
+.endfor
${INSTALL_MAN} ${WRKSRC}/p0f.1 ${MANPREFIX}/man/man1/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -47,7 +50,9 @@ pre-install:
.for ii in p0f p0frep p0fq sendack sendack2 sendsyn
${ECHO_CMD} bin/${ii} >> ${PLIST}
.endfor
- ${ECHO_CMD} etc/p0f/p0f.fp >> ${PLIST}
+.for ii in . a. r.
+ ${ECHO_CMD} etc/p0f/p0f${ii}fp >> ${PLIST}
+.endfor
${ECHO_CMD} "@dirrm etc/p0f" >> ${PLIST}
.if !defined(NOPORTDOCS)
.for i in ${DOCFILES}