diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-05 01:44:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-05 01:44:57 +0000 |
commit | 95fedacfabd8708e29be429c7b2476d205bfb5b1 (patch) | |
tree | 4f645ba8457a249ec623e6c625eb2c91e07d37e1 /deskutils/phpicalendar | |
parent | b6d74b89ca29432acb285e19c0810ec8be78f2b1 (diff) | |
download | ports-95fedacfabd8708e29be429c7b2476d205bfb5b1.tar.gz ports-95fedacfabd8708e29be429c7b2476d205bfb5b1.zip |
Notes
Diffstat (limited to 'deskutils/phpicalendar')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 2 | ||||
-rw-r--r-- | deskutils/phpicalendar/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index 80e4b0c386cd..08b8d9a123d6 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -26,7 +26,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 year.php README COPYING AUTHORS +.for f in 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 e978a77ba403..8139041e4697 100644 --- a/deskutils/phpicalendar/pkg-plist +++ b/deskutils/phpicalendar/pkg-plist @@ -1,4 +1,5 @@ www/phpicalendar/year.php +www/phpicalendar/month.php www/phpicalendar/week.php www/phpicalendar/styles/tan/year_on.gif www/phpicalendar/styles/tan/week_on.gif |