1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
This commit is contained in:
Grzegorz Blach 2013-09-29 09:58:16 +00:00
parent 575aacbecd
commit 849745edaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328662

View File

@ -15,10 +15,9 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/Neutral++_White
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
cd ${WRKSRC}/cursors \
&& ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \
${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
.include <bsd.port.mk>