mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
@ -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 New Issue
Block a user