svn commit: r355816 - head/x11-themes/clearlooks-themes-extras

John Marino marino at FreeBSD.org
Fri May 30 10:37:12 UTC 2014


Author: marino
Date: Fri May 30 10:37:12 2014
New Revision: 355816
URL: http://svnweb.freebsd.org/changeset/ports/355816
QAT: https://qat.redports.org/buildarchive/r355816/

Log:
  x11-themes/clearlooks-themes-extras: Fix staging orphans
  
  Undetected by:	Redports
  Reported by:	antoine@
  Tested by:	poudriere

Modified:
  head/x11-themes/clearlooks-themes-extras/Makefile

Modified: head/x11-themes/clearlooks-themes-extras/Makefile
==============================================================================
--- head/x11-themes/clearlooks-themes-extras/Makefile	Fri May 30 10:14:40 2014	(r355815)
+++ head/x11-themes/clearlooks-themes-extras/Makefile	Fri May 30 10:37:12 2014	(r355816)
@@ -2,7 +2,7 @@
 
 PORTNAME=	clearlooks-themes-extras
 PORTVERSION=	0.6
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-themes
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	laszlof
@@ -26,9 +26,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/gtk-2.0/${
 .endif
 
 do-install:
-	@${MKDIR} ${THEME_DIR}
-	@cd ${WRKSRC} && ${FIND} . -print | \
-		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} \
-		${STAGEDIR}${THEME_DIR}
+	${MKDIR} ${STAGEDIR}${THEME_DIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} Clearlooks\* ${STAGEDIR}${THEME_DIR}
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list