diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-24 07:23:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-24 07:23:24 +0000 |
commit | af5235870a1c1ee222c83a79b2f885097f0223ad (patch) | |
tree | 8e200e9aa5542c85ced5f7b777e574e1f3a4d2b8 /net-mgmt/fprobe/Makefile | |
parent | e0910925e9adb2427f4904a684272fbb2dd2a8c1 (diff) |
Notes
Diffstat (limited to 'net-mgmt/fprobe/Makefile')
-rw-r--r-- | net-mgmt/fprobe/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile index 491a8ea19d37..166a900d2952 100644 --- a/net-mgmt/fprobe/Makefile +++ b/net-mgmt/fprobe/Makefile @@ -7,6 +7,7 @@ PORTNAME= fprobe PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,18 +15,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tool that collects network traffic data -GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +GNU_CONFIGURE= yes +PLIST_FILES= sbin/fprobe +PORTDOCS= ChangeLog README +SUB_LIST= NAME=${PORTNAME} USE_BZIP2= yes +USE_RC_SUBR= fprobe.sh MAN8= fprobe.8 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure -PORTDOCS= ChangeLog README -PLIST_FILES= sbin/fprobe - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |