diff options
author | vg <vg@FreeBSD.org> | 2014-06-30 23:46:54 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2014-06-30 23:46:54 +0800 |
commit | a0259161dcf61ba81fbf66574753afe636bd289c (patch) | |
tree | 8cf25a97569e34908740b780e1eef975aeea6781 /x11-themes/cursor-chameleon-white | |
parent | 674c2effe1a68ad7588eeca6b918bb59f5b0fc45 (diff) | |
download | freebsd-ports-gnome-a0259161dcf61ba81fbf66574753afe636bd289c.tar.gz freebsd-ports-gnome-a0259161dcf61ba81fbf66574753afe636bd289c.tar.zst freebsd-ports-gnome-a0259161dcf61ba81fbf66574753afe636bd289c.zip |
- Support staging
Submitted by: myself
Diffstat (limited to 'x11-themes/cursor-chameleon-white')
-rw-r--r-- | x11-themes/cursor-chameleon-white/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/cursor-chameleon-white/files/Makefile.common | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/cursor-chameleon-white/Makefile b/x11-themes/cursor-chameleon-white/Makefile index b3370e33a0cc..3e705ce1004c 100644 --- a/x11-themes/cursor-chameleon-white/Makefile +++ b/x11-themes/cursor-chameleon-white/Makefile @@ -16,6 +16,5 @@ LICENSE= GPLv2 THEME= White -NO_STAGE= yes .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include <bsd.port.mk> diff --git a/x11-themes/cursor-chameleon-white/files/Makefile.common b/x11-themes/cursor-chameleon-white/files/Makefile.common index 69e9bb0a9bd2..cae0868f71f9 100644 --- a/x11-themes/cursor-chameleon-white/files/Makefile.common +++ b/x11-themes/cursor-chameleon-white/files/Makefile.common @@ -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: |