Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 16:13:04 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358598 - head/net-mgmt/softflowd
Message-ID:  <201406201613.s5KGD40P091448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201613.s5KGD40P091448>