mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
Submitted by: myself
This commit is contained in:
parent
557001df5d
commit
78bd22c256
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359870
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
||||
|
||||
THEME= Anthracite
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
||||
|
||||
THEME= DarkSkyBlue
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
||||
|
||||
THEME= Pearl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
||||
|
||||
THEME= SkyBlue
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,6 +16,5 @@ LICENSE= GPLv2
|
||||
|
||||
THEME= White
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,11 +4,11 @@ PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message
|
||||
|
||||
do-install:
|
||||
.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} && \
|
||||
${RM} -f build.info COPYRIGHT LICENSE && \
|
||||
${COPYTREE_SHARE} \* \
|
||||
${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
||||
${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user