diff options
author | edwin <edwin@FreeBSD.org> | 2005-03-04 08:39:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-03-04 08:39:22 +0800 |
commit | 8b48780ce1ecb279414641fb1332926b8f953b9b (patch) | |
tree | 4c1364cb5e92d26ccc224f92eb2b145b371766d5 /deskutils/phpicalendar | |
parent | 0bbc150c67acaf7fc0a67a73fd8b14cb14d6d640 (diff) | |
download | freebsd-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')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 3 | ||||
-rw-r--r-- | deskutils/phpicalendar/pkg-plist | 1 |
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 |