- Support staging
Submitted by: myself
This commit is contained in:
parent
557001df5d
commit
78bd22c256
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
THEME= Anthracite
|
THEME= Anthracite
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
THEME= DarkSkyBlue
|
THEME= DarkSkyBlue
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
THEME= Pearl
|
THEME= Pearl
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
THEME= SkyBlue
|
THEME= SkyBlue
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
THEME= White
|
THEME= White
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
@ -4,11 +4,11 @@ PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message
|
|||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for i in Large Regular Small
|
.for i in Large Regular Small
|
||||||
${MKDIR} ${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
||||||
cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \
|
cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \
|
||||||
${RM} -f build.info COPYRIGHT LICENSE && \
|
${RM} -f build.info COPYRIGHT LICENSE && \
|
||||||
${COPYTREE_SHARE} \* \
|
${COPYTREE_SHARE} \* \
|
||||||
${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user