1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-20 16:13:03 +00:00
parent 4fbb50d863
commit d8216e53b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358598

View File

@ -12,16 +12,16 @@ COMMENT= Softflowd is flow-based network traffic analyser with export
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= sbin/softflowd sbin/softflowctl
MAN8= softflowd.8 softflowctl.8
PLIST_FILES= sbin/softflowd sbin/softflowctl \
man/man8/softflowd.8.gz \
man/man8/softflowctl.8.gz
PORTDOCS= README
USE_RC_SUBR= softflowd
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>