svn commit: r348689 - head/net/flowgrep
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 20 15:05:05 UTC 2014
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>
More information about the svn-ports-all
mailing list