1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

x11-themes/clearlooks-themes-extras: Fix staging orphans

Undetected by:	Redports
Reported by:	antoine@
Tested by:	poudriere
This commit is contained in:
John Marino 2014-05-30 10:37:12 +00:00
parent d0011b8cb1
commit 908f70b374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355816

View File

@ -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>