diff options
Diffstat (limited to 'www/iwebcal/Makefile')
-rw-r--r-- | www/iwebcal/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/iwebcal/Makefile b/www/iwebcal/Makefile index 4ed1411b2db9..0b08eb985e6b 100644 --- a/www/iwebcal/Makefile +++ b/www/iwebcal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iwebcal -# Date created: 2006-01-14 -# Whom: Babak Farrokhi <babak@farrokhi.net> -# +# Created by: Babak Farrokhi <babak@farrokhi.net> # $FreeBSD$ -# PORTNAME= iwebcal PORTVERSION= 2.1 @@ -18,6 +14,7 @@ NO_BUILD= yes USE_PHP= yes WRKSRC= ${WRKDIR}/iWebCal +NO_STAGE= yes post-extract: -@${FIND} ${WRKSRC}/ -type d -name '.svn' | ${XARGS} ${RM} -rf |