Support stage
This commit is contained in:
parent
10bc1e36cb
commit
51b5a8eed3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351828
1 changed files with 2 additions and 2 deletions
|
@ -17,10 +17,10 @@ RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox
|
|||
NO_BUILD= yes
|
||||
WRKSRC= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
|
||||
@for i in `${LS} ${WRKDIR}/${WRKSRC}`; do \
|
||||
${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${PREFIX}/share/themes/; \
|
||||
${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${STAGEDIR}${PREFIX}/share/themes/; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue