diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-13 23:16:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-13 23:16:25 +0000 |
commit | 17cfc753fc2169a0bcfc1a860117c82ed01d6697 (patch) | |
tree | e8f7a6c9e698ef78f77d92b3f66375165e63c330 /net-mgmt/fprobe | |
parent | 1c2549007cc0cc7d30c0ad618cb7781a7986655c (diff) | |
download | ports-17cfc753fc2169a0bcfc1a860117c82ed01d6697.tar.gz ports-17cfc753fc2169a0bcfc1a860117c82ed01d6697.zip |
Notes
Diffstat (limited to 'net-mgmt/fprobe')
-rw-r--r-- | net-mgmt/fprobe/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/fprobe/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile index 9d522ba01e3c..1a78bd741de2 100644 --- a/net-mgmt/fprobe/Makefile +++ b/net-mgmt/fprobe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fprobe -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,18 +14,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= Tool that collects network traffic data -MAN1= fprobe.1 - GNU_CONFIGURE= yes USE_BZIP2= yes USE_REINPLACE= yes +MAN8= fprobe.8 + post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure PORTDOCS= ChangeLog README -PLIST_FILES= bin/fprobe +PLIST_FILES= sbin/fprobe post-install: .if !defined(NOPORTDOCS) diff --git a/net-mgmt/fprobe/distinfo b/net-mgmt/fprobe/distinfo index 8044f0fc6627..6dfbadbb3f58 100644 --- a/net-mgmt/fprobe/distinfo +++ b/net-mgmt/fprobe/distinfo @@ -1,2 +1,2 @@ -MD5 (fprobe-1.0.4.tar.bz2) = 4f549ca54b887f3b78c9c7217ea5647e -SIZE (fprobe-1.0.4.tar.bz2) = 75059 +MD5 (fprobe-1.0.5.tar.bz2) = 64410554fb7d04aa3526fa57f52de51d +SIZE (fprobe-1.0.5.tar.bz2) = 83926 |