From 8283b425490cb3f5ef5c20c28a34e7a067349bd1 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Tue, 8 Jul 2008 00:13:31 +0000 Subject: [PATCH] - Don't install *.bak files. Notified by: itetcumail, pavmail --- x11-themes/gnome-icons-crystal/Makefile | 2 +- x11-themes/gnome-icons/bsd.gnome-icons.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/gnome-icons-crystal/Makefile b/x11-themes/gnome-icons-crystal/Makefile index f0b598188e00..07e6de01d5a8 100644 --- a/x11-themes/gnome-icons-crystal/Makefile +++ b/x11-themes/gnome-icons-crystal/Makefile @@ -11,7 +11,7 @@ PORTNAME= crystal PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= crystalforgnome 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/"{}" \;