aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/cursor-dmz-aa-theme
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-23 06:19:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-23 06:19:32 +0000
commitc6cda2307374f291e43538455d082f5800254342 (patch)
tree851184eeb43b12baaad17962c612eaa29887e3df /x11-themes/cursor-dmz-aa-theme
parent61884daacea10c0a1bacc87104d715242f80cbc8 (diff)
downloadports-c6cda2307374f291e43538455d082f5800254342.tar.gz
ports-c6cda2307374f291e43538455d082f5800254342.zip
Convert to COPYTREE_SHARE
Reset maintainership
Notes
Notes: svn path=/head/; revision=390354
Diffstat (limited to 'x11-themes/cursor-dmz-aa-theme')
-rw-r--r--x11-themes/cursor-dmz-aa-theme/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/cursor-dmz-aa-theme/Makefile b/x11-themes/cursor-dmz-aa-theme/Makefile
index cca1fde9c47d..4b62a0edb78c 100644
--- a/x11-themes/cursor-dmz-aa-theme/Makefile
+++ b/x11-themes/cursor-dmz-aa-theme/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= x11-themes
MASTER_SITES= http://jimmac.musichall.cz/zip/
DISTNAME= vanilla-dmz-aa-${PORTVERSION}
-MAINTAINER= flz@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The DMZ AA style neutral scalable cursor theme
USES= tar:bzip2
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
- cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \
- && ${FIND} * | ${CPIO} -pdmu ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
+ cd ${WRKSRC}/Vanilla-DMZ-AA/cursors; \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
.include <bsd.port.mk>