Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 15:05:05 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348689 - head/net/flowgrep
Message-ID:  <201403201505.s2KF55H3076581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Mar 20 15:05:04 2014
New Revision: 348689
URL: http://svnweb.freebsd.org/changeset/ports/348689
QAT: https://qat.redports.org/buildarchive/r348689/

Log:
  Support staging

Modified:
  head/net/flowgrep/Makefile

Modified: head/net/flowgrep/Makefile
==============================================================================
--- head/net/flowgrep/Makefile	Thu Mar 20 15:04:39 2014	(r348688)
+++ head/net/flowgrep/Makefile	Thu Mar 20 15:05:04 2014	(r348689)
@@ -16,13 +16,11 @@ USE_PYTHON=	yes
 
 NO_BUILD=	yes
 
-PLIST_FILES=	sbin/flowgrep
+PLIST_FILES=	sbin/flowgrep man/man8/flowgrep.8.gz
 
-MAN8=	flowgrep.8
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py ${PREFIX}/sbin/flowgrep
-	${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${PREFIX}/man/man8/flowgrep.8
+	${INSTALL_SCRIPT} ${WRKSRC}/flowgrep.py \
+		${STAGEDIR}${PREFIX}/sbin/flowgrep
+	${INSTALL_MAN} ${WRKSRC}/flowgrep.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
 .include <bsd.port.mk>



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