summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-03-04 00:39:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-03-04 00:39:22 +0000
commit4ba6510094cdfa961a8bb0eaffe35bb17f86797a (patch)
tree2e18a0b7530e5e5ae4fc8eb0b329adcdd9c71f50 /deskutils
parentBump PORTEPOCH since new DISTVERSION is smaller than previous one (diff)
Properly install index.php too.
Submitted by: paul beard <paulbeard@mac.com>
Notes
Notes: svn path=/head/; revision=130302
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/phpicalendar/Makefile3
-rw-r--r--deskutils/phpicalendar/pkg-plist1
2 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile
index 021ad06b6a41..16feb9bac88d 100644
--- a/deskutils/phpicalendar/Makefile
+++ b/deskutils/phpicalendar/Makefile
@@ -7,6 +7,7 @@
PORTNAME= phpicalendar
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= deskutils www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +27,7 @@ do-install:
@${CP} -R ${WRKSRC}/${dir} ${WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/${dir}
.endfor
-.for f in 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 admin.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
diff --git a/deskutils/phpicalendar/pkg-plist b/deskutils/phpicalendar/pkg-plist
index 8139041e4697..707f430625b6 100644
--- a/deskutils/phpicalendar/pkg-plist
+++ b/deskutils/phpicalendar/pkg-plist
@@ -1,3 +1,4 @@
+www/phpicalendar/index.php
www/phpicalendar/year.php
www/phpicalendar/month.php
www/phpicalendar/week.php