Support staging.
This commit is contained in:
parent
ee3125b038
commit
d91ae6bfd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343245
1 changed files with 2 additions and 3 deletions
|
@ -15,10 +15,9 @@ NO_BUILD= yes
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}
|
WRKSRC= ${WRKDIR}
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
||||||
cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \
|
cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \
|
||||||
&& ${FIND} * | ${CPIO} -pdmu ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
&& ${FIND} * | ${CPIO} -pdmu ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue