From 908f70b374028bb4e87c8259a2dce51e26b47ec8 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 30 May 2014 10:37:12 +0000 Subject: [PATCH] x11-themes/clearlooks-themes-extras: Fix staging orphans Undetected by: Redports Reported by: antoine@ Tested by: poudriere --- x11-themes/clearlooks-themes-extras/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/x11-themes/clearlooks-themes-extras/Makefile b/x11-themes/clearlooks-themes-extras/Makefile index 65edf294f8f2..ab35dffe3aec 100644 --- a/x11-themes/clearlooks-themes-extras/Makefile +++ b/x11-themes/clearlooks-themes-extras/Makefile @@ -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/${GTK2_VERSION}/engines/libclearlooks.so:$ .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