svn commit: r348707 - head/net/wmnetmon
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 20 15:49:47 UTC 2014
Author: ehaupt
Date: Thu Mar 20 15:49:46 2014
New Revision: 348707
URL: http://svnweb.freebsd.org/changeset/ports/348707
QAT: https://qat.redports.org/buildarchive/r348707/
Log:
Support staging
Modified:
head/net/wmnetmon/Makefile
Modified: head/net/wmnetmon/Makefile
==============================================================================
--- head/net/wmnetmon/Makefile Thu Mar 20 15:47:33 2014 (r348706)
+++ head/net/wmnetmon/Makefile Thu Mar 20 15:49:46 2014 (r348707)
@@ -18,10 +18,11 @@ BINMODE= 4755
PLIST_FILES= bin/wmnetmon share/examples/wmnetmon/wmnetmonrc
PLIST_DIRS= share/examples/wmnetmon
-NO_STAGE= yes
+OPTIONS_DEFINE= EXAMPLES
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${PREFIX}/bin
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${EXAMPLESDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list