aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p0f/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-01-10 05:19:39 +0800
committertrevor <trevor@FreeBSD.org>2002-01-10 05:19:39 +0800
commit3952f3ee8dcb698dbdc1c3586c70197751cd65d8 (patch)
tree33fff89e136c207d72c4ab8df188437945cd1b4d /net-mgmt/p0f/Makefile
parent13c083ac877efc66cb24a7df517f5a4d166fcf57 (diff)
downloadfreebsd-ports-gnome-3952f3ee8dcb698dbdc1c3586c70197751cd65d8.tar.gz
freebsd-ports-gnome-3952f3ee8dcb698dbdc1c3586c70197751cd65d8.tar.zst
freebsd-ports-gnome-3952f3ee8dcb698dbdc1c3586c70197751cd65d8.zip
Update to 1.8.
Patch p0f.c to look for the database under $PREFIX (could also be done by setting SYSCONFDIR). Submitted by: lioux Remove duplicate regular expression in do-patch target. Update the README patch (sent to William Stearns). Remove an old "signature" from pkg-descr.
Diffstat (limited to 'net-mgmt/p0f/Makefile')
-rw-r--r--net-mgmt/p0f/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile
index af0b6cdc0c8d..c035831401b3 100644
--- a/net-mgmt/p0f/Makefile
+++ b/net-mgmt/p0f/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= p0f
-PORTVERSION= 1.7
+PORTVERSION= 1.8
CATEGORIES= net
MASTER_SITES= http://lcamtuf.hack.pl/
DISTNAME= ${PORTNAME}
@@ -17,8 +17,9 @@ MAINTAINER= trevor@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
- @${PERL} -pi -e "s=/etc=${PREFIX}/etc=g ; \
- s=/etc=${PREFIX}/etc=g" ${WRKSRC}/README
+ @${PERL} -pi -e "s=/etc=${PREFIX}/etc=g" \
+ ${WRKSRC}/README \
+ ${WRKSRC}/p0f.c
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/p0f ${PREFIX}/bin