aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/cursor-chameleon-white/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-08-17 08:26:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-08-17 08:26:25 +0000
commit42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc (patch)
treed48fb053b5320e5393df61db71278aecda67c7f4 /x11-themes/cursor-chameleon-white/files
parentfeb2a05eb6e37ea6aee9c87125cfd0780b74316a (diff)
downloadports-42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc.tar.gz
ports-42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc.zip
Notes
Diffstat (limited to 'x11-themes/cursor-chameleon-white/files')
-rw-r--r--x11-themes/cursor-chameleon-white/files/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/cursor-chameleon-white/files/Makefile.common b/x11-themes/cursor-chameleon-white/files/Makefile.common
index b0c16a1d0ad9..1c4d0f452673 100644
--- a/x11-themes/cursor-chameleon-white/files/Makefile.common
+++ b/x11-themes/cursor-chameleon-white/files/Makefile.common
@@ -4,9 +4,9 @@ PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message
do-install:
.for i in Large Regular Small
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
+ ${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}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
+ ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
.endfor