summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>