diff options
author | garga <garga@FreeBSD.org> | 2006-01-30 23:34:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-30 23:34:51 +0800 |
commit | 967cd592f0d696c112426c50fd1207ce21e23f03 (patch) | |
tree | ef85810bc39837cbd602cbc7c17670eab7454f86 /deskutils/phpicalendar/Makefile | |
parent | da4e8319e4964d096378ce6a69dc4e1c361d4e47 (diff) | |
download | freebsd-ports-gnome-967cd592f0d696c112426c50fd1207ce21e23f03.tar.gz freebsd-ports-gnome-967cd592f0d696c112426c50fd1207ce21e23f03.tar.zst freebsd-ports-gnome-967cd592f0d696c112426c50fd1207ce21e23f03.zip |
- Update to 2.1
PR: ports/91768
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: maintainer timeout (17 days)
Diffstat (limited to 'deskutils/phpicalendar/Makefile')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index 16feb9bac88d..065db7df1825 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phpicalendar -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= deskutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,17 +16,19 @@ MAINTAINER= edwin@mavetju.org COMMENT= Webbased calendar with iCal support NO_BUILD= yes -WWWDIR= ${PREFIX}/www/phpicalendar +PHPICALENDAR= www/phpicalendar +WWWDIR= ${PREFIX}/${PHPICALENDAR} +PLIST_SUB+= PHPICALENDAR=${PHPICALENDAR} do-install: .if !exists(${WWWDIR}) ${MKDIR} ${WWWDIR} .endif -.for dir in calendars functions images includes languages rss styles +.for dir in admin calendars functions images includes languages rss templates @${CP} -R ${WRKSRC}/${dir} ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/${dir} .endfor -.for f in index.php TIMEZONES admin.php day.php preferences.php print.php search.php week.php month.php year.php README COPYING AUTHORS +.for f in index.php TIMEZONES error.php day.php preferences.php print.php search.php week.php month.php year.php README COPYING AUTHORS @${CP} ${WRKSRC}/${f} ${WWWDIR} @${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/${f} .endfor |