From 01131e27dff41413b446920fed03b81de601d783 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 1 Nov 2013 23:00:20 +0000 Subject: Support STAGE Approved by: swills (mentor, implicit) --- net-mgmt/devmon-templates/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-mgmt/devmon-templates') 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 -- cgit v1.2.3