It improves consistency, lots of cursors were already installed in that directory. The same change was already done for regular fonts.
12 lines
435 B
Text
12 lines
435 B
Text
USES= tar:bzip2
|
|
NO_BUILD= yes
|
|
PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message
|
|
|
|
do-install:
|
|
.for i in Large Regular Small
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
|
cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \
|
|
${RM} -f build.info COPYRIGHT LICENSE && \
|
|
${COPYTREE_SHARE} \* \
|
|
${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
|
.endfor
|