diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-30 10:37:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-30 10:37:12 +0000 |
commit | 908f70b374028bb4e87c8259a2dce51e26b47ec8 (patch) | |
tree | ad032333dc8696124fcd528d0c06ac4eff5dd306 /x11-themes/clearlooks-themes-extras | |
parent | d0011b8cb133678cfe56fc0fb505cb8ef6535f3f (diff) | |
download | ports-908f70b374028bb4e87c8259a2dce51e26b47ec8.tar.gz ports-908f70b374028bb4e87c8259a2dce51e26b47ec8.zip |
x11-themes/clearlooks-themes-extras: Fix staging orphans
Undetected by: Redports
Reported by: antoine@
Tested by: poudriere
Notes
Notes:
svn path=/head/; revision=355816
Diffstat (limited to 'x11-themes/clearlooks-themes-extras')
-rw-r--r-- | x11-themes/clearlooks-themes-extras/Makefile | 8 |
1 files 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 <bsd.port.post.mk> |