aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/devmon-templates
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2013-11-01 23:00:20 +0000
committerMark Felder <feld@FreeBSD.org>2013-11-01 23:00:20 +0000
commit01131e27dff41413b446920fed03b81de601d783 (patch)
tree5acbf658a9aa6b3c28466ce2319d75b7535b1050 /net-mgmt/devmon-templates
parentcc011c7623f32ecc0d324a5454a8c3c9a2495460 (diff)
downloadports-01131e27dff41413b446920fed03b81de601d783.tar.gz
ports-01131e27dff41413b446920fed03b81de601d783.zip
Support STAGE
Approved by: swills (mentor, implicit)
Notes
Notes: svn path=/head/; revision=332419
Diffstat (limited to 'net-mgmt/devmon-templates')
-rw-r--r--net-mgmt/devmon-templates/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/devmon-templates/Makefile b/net-mgmt/devmon-templates/Makefile
index f55499b24b15..6d8d3149f3ca 100644
--- a/net-mgmt/devmon-templates/Makefile
+++ b/net-mgmt/devmon-templates/Makefile
@@ -13,9 +13,8 @@ RUN_DEPENDS= devmon>0:${PORTSDIR}/net-mgmt/devmon
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${INSTALL} -d ${PREFIX}/devmon/templates/
- (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${PREFIX}/devmon/templates/)
+ ${INSTALL} -d ${STAGEDIR}${PREFIX}/devmon/templates/
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/devmon/templates/)
.include <bsd.port.mk>