Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 06:19:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390354 - head/x11-themes/cursor-dmz-aa-theme
Message-ID:  <201506230619.t5N6JXM0020274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun 23 06:19:32 2015
New Revision: 390354
URL: https://svnweb.freebsd.org/changeset/ports/390354

Log:
  Convert to COPYTREE_SHARE
  Reset maintainership

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

Modified: head/x11-themes/cursor-dmz-aa-theme/Makefile
==============================================================================
--- head/x11-themes/cursor-dmz-aa-theme/Makefile	Tue Jun 23 06:09:30 2015	(r390353)
+++ head/x11-themes/cursor-dmz-aa-theme/Makefile	Tue Jun 23 06:19:32 2015	(r390354)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506230619.t5N6JXM0020274>