summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 03:37:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-09 03:37:00 +0000
commit32607e06b7da73a2259a84e90c028c3d51b0c018 (patch)
tree3a44dba93576fc2bee1b5374348ce3647da512d9
parentfb260bf316408bcdcfca3b5266356919f57a706a (diff)
downloadfreebsd-ports-32607e06b7da73a2259a84e90c028c3d51b0c018.zip
Stagify.
-rw-r--r--net-mgmt/fprobe/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile
index 2e2bd008a4d8..c115691335ca 100644
--- a/net-mgmt/fprobe/Makefile
+++ b/net-mgmt/fprobe/Makefile
@@ -10,24 +10,21 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool that collects network traffic data
+USES= tar:bzip2
+USE_RC_SUBR= fprobe
GNU_CONFIGURE= yes
-PLIST_FILES= sbin/fprobe
-PORTDOCS= ChangeLog README
SUB_LIST= NAME=${PORTNAME}
-USE_BZIP2= yes
-USE_RC_SUBR= fprobe
-
-MAN8= fprobe.8
+PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/fprobe
+PORTDOCS= ChangeLog README
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ChangeLog README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif