aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-23 14:20:42 +0800
committerbapt <bapt@FreeBSD.org>2015-06-23 14:20:42 +0800
commitcff13ae33c537a86858a6baae9b88264ad452e97 (patch)
tree4388b3d0b54c3c791f4a603214f5733654a42c0e /x11-themes
parenta36948a57f6f322b185f04253dd6041705d7516a (diff)
downloadfreebsd-ports-gnome-cff13ae33c537a86858a6baae9b88264ad452e97.tar.gz
freebsd-ports-gnome-cff13ae33c537a86858a6baae9b88264ad452e97.tar.zst
freebsd-ports-gnome-cff13ae33c537a86858a6baae9b88264ad452e97.zip
Convert to COPYTREE_SHARE
Reset maintainership
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/cursor-dmz-theme/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/cursor-dmz-theme/Makefile b/x11-themes/cursor-dmz-theme/Makefile
index 5bb3f586a4e4..d976a0b06302 100644
--- a/x11-themes/cursor-dmz-theme/Makefile
+++ b/x11-themes/cursor-dmz-theme/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= x11-themes
MASTER_SITES= http://jimmac.musichall.cz/zip/
DISTNAME= vanilla-dmz-${PORTVERSION}
-MAINTAINER= flz@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The DMZ style neutral scalable cursor theme
USES= tar:bzip2
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
- cd ${WRKSRC}/Vanilla-DMZ/cursors \
- && ${FIND} * | ${CPIO} -pdmu ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
+ cd ${WRKSRC}/Vanilla-DMZ/cursors; \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
.include <bsd.port.mk>