Be more careful with deletes.
As suggested by sat@
This commit is contained in:
parent
71e512b8a8
commit
7c61c926ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193984
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/
|
|||
|
||||
post-extract:
|
||||
${FIND} ${WRKDIR} -name .DS_Store -delete
|
||||
${FIND} ${WRKDIR} -name ._.DS_Store -delete
|
||||
${FIND} ${WRKDIR} -name ._* -delete
|
||||
${FIND} ${WRKDIR} -name '._*' -delete
|
||||
|
||||
do-install:
|
||||
.if !exists(${WWWDIR})
|
||||
|
|
Loading…
Reference in a new issue