diff options
Diffstat (limited to 'deskutils/phpicalendar/Makefile')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index d1221d3c1b32..7a4881962891 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -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}) |