mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Support STAGE
Approved by: swills (mentor, implicit)
This commit is contained in:
parent
cc011c7623
commit
01131e27df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332419
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user