aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/phpicalendar/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-03-04 08:39:22 +0800
committeredwin <edwin@FreeBSD.org>2005-03-04 08:39:22 +0800
commit8b48780ce1ecb279414641fb1332926b8f953b9b (patch)
tree4c1364cb5e92d26ccc224f92eb2b145b371766d5 /deskutils/phpicalendar/Makefile
parent0bbc150c67acaf7fc0a67a73fd8b14cb14d6d640 (diff)
downloadfreebsd-ports-gnome-8b48780ce1ecb279414641fb1332926b8f953b9b.tar.gz
freebsd-ports-gnome-8b48780ce1ecb279414641fb1332926b8f953b9b.tar.zst
freebsd-ports-gnome-8b48780ce1ecb279414641fb1332926b8f953b9b.zip
Properly install index.php too.
Submitted by: paul beard <paulbeard@mac.com>
Diffstat (limited to 'deskutils/phpicalendar/Makefile')
-rw-r--r--deskutils/phpicalendar/Makefile3
1 files changed, 2 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