aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-icons
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-04 20:22:55 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-04 20:22:55 +0000
commit30e5326accd59f4197a77105a116777c823f6d14 (patch)
treef2fb6906df58813f4047ffae0ae176f9dce55c1b /x11-themes/gnome-icons
parent4a9cfbb2e39be9dafd201891c4aa437b67701453 (diff)
downloadports-30e5326accd59f4197a77105a116777c823f6d14.tar.gz
ports-30e5326accd59f4197a77105a116777c823f6d14.zip
Notes
Diffstat (limited to 'x11-themes/gnome-icons')
-rw-r--r--x11-themes/gnome-icons/bsd.gnome-icons.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons/bsd.gnome-icons.mk b/x11-themes/gnome-icons/bsd.gnome-icons.mk
index e569008522ca..e91c95823a96 100644
--- a/x11-themes/gnome-icons/bsd.gnome-icons.mk
+++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk
@@ -15,9 +15,11 @@ do-install: icon-do-install
icon-do-install:
cd ${WRKDIR} && ${FIND} * -type d ! -empty \
+ ! -path 'stage*' \
-exec ${MKDIR} -m 0755 \
${STAGEDIR}${PREFIX}/share/icons/"{}" \;
cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' ! -name '*.bak' \
! -name '${LICENSE}' \
+ ! -path 'stage/*' \
-exec ${INSTALL_DATA} ${WRKDIR}/"{}" \
${STAGEDIR}${PREFIX}/share/icons/"{}" \;