summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-icons/bsd.gnome-icons.mk
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2008-07-08 00:13:31 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2008-07-08 00:13:31 +0000
commit8283b425490cb3f5ef5c20c28a34e7a067349bd1 (patch)
tree2cbbfb114c7a52ccbef0fae7825150de38d3dd8a /x11-themes/gnome-icons/bsd.gnome-icons.mk
parentFix build on 7.x when RC5 support is enabled. (diff)
- Don't install *.bak files.
Notified by: itetcumail, pavmail
Notes
Notes: svn path=/head/; revision=216507
Diffstat (limited to '')
-rw-r--r--x11-themes/gnome-icons/bsd.gnome-icons.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gnome-icons/bsd.gnome-icons.mk b/x11-themes/gnome-icons/bsd.gnome-icons.mk
index 60576a0f7e3c..a79ca0ee2b2f 100644
--- a/x11-themes/gnome-icons/bsd.gnome-icons.mk
+++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk
@@ -24,6 +24,6 @@ icon-do-install:
cd ${WRKDIR} && ${FIND} * -type d ! -empty \
-exec ${MKDIR} -m 0755 \
${PREFIX}/share/icons/"{}" \;
- cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' \
+ cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' ! -name '*.bak' \
-exec ${INSTALL_DATA} ${WRKDIR}/"{}" \
${PREFIX}/share/icons/"{}" \;