aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 16:13:03 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-20 16:13:03 +0000
commitd8216e53b584fc55fb84b44191dd70f9cb20744a (patch)
tree717a996e72b9b30bae1da0715f4fb5543af0bc27 /net-mgmt
parent4fbb50d86319786aadb7f000e246f49d010b2518 (diff)
downloadports-d8216e53b584fc55fb84b44191dd70f9cb20744a.tar.gz
ports-d8216e53b584fc55fb84b44191dd70f9cb20744a.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/softflowd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile
index 8d0822d5d03c..894bec18d602 100644
--- a/net-mgmt/softflowd/Makefile
+++ b/net-mgmt/softflowd/Makefile
@@ -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>