svn commit: r357094 - head/net-mgmt/fprobe

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 9 03:37:01 UTC 2014


Author: vanilla
Date: Mon Jun  9 03:37:00 2014
New Revision: 357094
URL: http://svnweb.freebsd.org/changeset/ports/357094
QAT: https://qat.redports.org/buildarchive/r357094/

Log:
  Stagify.

Modified:
  head/net-mgmt/fprobe/Makefile

Modified: head/net-mgmt/fprobe/Makefile
==============================================================================
--- head/net-mgmt/fprobe/Makefile	Mon Jun  9 03:34:41 2014	(r357093)
+++ head/net-mgmt/fprobe/Makefile	Mon Jun  9 03:37:00 2014	(r357094)
@@ -10,24 +10,21 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at 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
 


More information about the svn-ports-head mailing list