diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2008-07-08 08:13:31 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2008-07-08 08:13:31 +0800 |
commit | e486e99bd23720127e21c81c8c98d846324136f7 (patch) | |
tree | 85c4c9ad867850db8a3e2e42bd64aeddf019780d /x11-themes/gnome-icons | |
parent | a772c6b96b96cf3ccd47329483622a2f31e8ce0e (diff) | |
download | freebsd-ports-gnome-e486e99bd23720127e21c81c8c98d846324136f7.tar.gz freebsd-ports-gnome-e486e99bd23720127e21c81c8c98d846324136f7.tar.zst freebsd-ports-gnome-e486e99bd23720127e21c81c8c98d846324136f7.zip |
- Don't install *.bak files.
Notified by: itetcumail, pavmail
Diffstat (limited to 'x11-themes/gnome-icons')
-rw-r--r-- | x11-themes/gnome-icons/bsd.gnome-icons.mk | 2 |
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/"{}" \; |