aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/phpicalendar/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-06-21 08:58:05 +0800
committeredwin <edwin@FreeBSD.org>2007-06-21 08:58:05 +0800
commitba2a8376d9db1d0c4e563c981178bfc91266823d (patch)
tree092d5a29c576073e9d814ec3bd113f545345000e /deskutils/phpicalendar/Makefile
parent02d79480a43628892e7416c7c442d61d165d5ed3 (diff)
downloadfreebsd-ports-gnome-ba2a8376d9db1d0c4e563c981178bfc91266823d.tar.gz
freebsd-ports-gnome-ba2a8376d9db1d0c4e563c981178bfc91266823d.tar.zst
freebsd-ports-gnome-ba2a8376d9db1d0c4e563c981178bfc91266823d.zip
Update to 2.24
Diffstat (limited to 'deskutils/phpicalendar/Makefile')
-rw-r--r--deskutils/phpicalendar/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile
index e512802534c8..d1221d3c1b32 100644
--- a/deskutils/phpicalendar/Makefile
+++ b/deskutils/phpicalendar/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= phpicalendar
-PORTVERSION= 2.22
-PORTREVISION= 1
+PORTVERSION= 2.24
CATEGORIES= deskutils www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,8 +21,9 @@ SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/
post-extract:
- ${RM} -r ${WRKSRC}/templates/default/images/CVS
${FIND} ${WRKDIR} -name .DS_Store -delete
+ ${FIND} ${WRKDIR} -name ._.DS_Store -delete
+ ${FIND} ${WRKDIR} -name ._* -delete
do-install:
.if !exists(${WWWDIR})
@@ -37,7 +37,7 @@ do-install:
@${CP} -v ${WRKSRC}/${f} ${WWWDIR}
${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/${f}
.endfor
- @${CP} -v ${WRKSRC}/config.inc.php ${WWWDIR}/config.inc.php-default
+ @${CP} -v ${WRKSRC}/config.inc-dist.php ${WWWDIR}/config.inc.php-default
${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/config.inc.php-default
post-install: