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/Makefile | |
parent | 1c2549007cc0cc7d30c0ad618cb7781a7986655c (diff) | |
download | ports-17cfc753fc2169a0bcfc1a860117c82ed01d6697.tar.gz ports-17cfc753fc2169a0bcfc1a860117c82ed01d6697.zip |
Notes
Diffstat (limited to 'net-mgmt/fprobe/Makefile')
-rw-r--r-- | net-mgmt/fprobe/Makefile | 11 |
1 files changed, 5 insertions, 6 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) |