svn commit: r390355 - head/x11-themes/cursor-dmz-theme

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 23 06:20:43 UTC 2015


Author: bapt
Date: Tue Jun 23 06:20:42 2015
New Revision: 390355
URL: https://svnweb.freebsd.org/changeset/ports/390355

Log:
  Convert to COPYTREE_SHARE
  Reset maintainership

Modified:
  head/x11-themes/cursor-dmz-theme/Makefile

Modified: head/x11-themes/cursor-dmz-theme/Makefile
==============================================================================
--- head/x11-themes/cursor-dmz-theme/Makefile	Tue Jun 23 06:19:32 2015	(r390354)
+++ head/x11-themes/cursor-dmz-theme/Makefile	Tue Jun 23 06:20:42 2015	(r390355)
@@ -7,7 +7,7 @@ CATEGORIES=	x11-themes
 MASTER_SITES=	http://jimmac.musichall.cz/zip/
 DISTNAME=	vanilla-dmz-${PORTVERSION}
 
-MAINTAINER=	flz at FreeBSD.org
+MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list