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

- Don't install *.bak files.

Notified by:	itetcumail, pavmail
This commit is contained in:
Tom McLaughlin 2008-07-08 00:13:31 +00:00
parent b7917da8c5
commit 8283b42549
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216507
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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/"{}" \;