svn commit: r358598 - head/net-mgmt/softflowd
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Jun 20 16:13:04 UTC 2014
Author: vanilla
Date: Fri Jun 20 16:13:03 2014
New Revision: 358598
URL: http://svnweb.freebsd.org/changeset/ports/358598
QAT: https://qat.redports.org/buildarchive/r358598/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/net-mgmt/softflowd/Makefile
Modified: head/net-mgmt/softflowd/Makefile
==============================================================================
--- head/net-mgmt/softflowd/Makefile Fri Jun 20 16:04:21 2014 (r358597)
+++ head/net-mgmt/softflowd/Makefile Fri Jun 20 16:13:03 2014 (r358598)
@@ -12,16 +12,16 @@ COMMENT= Softflowd is flow-based network
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>
More information about the svn-ports-all
mailing list