Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 10:37:12 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355816 - head/x11-themes/clearlooks-themes-extras
Message-ID:  <201405301037.s4UAbC3o086978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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