diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-06-21 05:32:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-06-21 05:32:58 +0000 |
commit | 7c61c926ee33ba27b537bc4866f38b46caba3808 (patch) | |
tree | 3dd677d62455a2340d17d39f4ecb606dd630d91f /deskutils/phpicalendar | |
parent | 71e512b8a8fc2001e199a11f62e321b2ad8b6089 (diff) | |
download | ports-7c61c926ee33ba27b537bc4866f38b46caba3808.tar.gz ports-7c61c926ee33ba27b537bc4866f38b46caba3808.zip |
Notes
Diffstat (limited to 'deskutils/phpicalendar')
-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}) |