mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Don't install *.bak files.
Notified by: itetcumail, pavmail
This commit is contained in:
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
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
PORTNAME= crystal
|
PORTNAME= crystal
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= x11-themes gnome
|
CATEGORIES= x11-themes gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= crystalforgnome
|
MASTER_SITE_SUBDIR= crystalforgnome
|
||||||
|
|
|
@ -24,6 +24,6 @@ icon-do-install:
|
||||||
cd ${WRKDIR} && ${FIND} * -type d ! -empty \
|
cd ${WRKDIR} && ${FIND} * -type d ! -empty \
|
||||||
-exec ${MKDIR} -m 0755 \
|
-exec ${MKDIR} -m 0755 \
|
||||||
${PREFIX}/share/icons/"{}" \;
|
${PREFIX}/share/icons/"{}" \;
|
||||||
cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' \
|
cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' ! -name '*.bak' \
|
||||||
-exec ${INSTALL_DATA} ${WRKDIR}/"{}" \
|
-exec ${INSTALL_DATA} ${WRKDIR}/"{}" \
|
||||||
${PREFIX}/share/icons/"{}" \;
|
${PREFIX}/share/icons/"{}" \;
|
||||||
|
|
Loading…
Add table
Reference in a new issue