diff options
author | edwin <edwin@FreeBSD.org> | 2004-05-05 09:44:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-05-05 09:44:57 +0800 |
commit | 827115e9903c22b66eade834bc94cb2a409bfd09 (patch) | |
tree | 7dbf5ad053ca4368bfcd1d9e9902029887be4743 /deskutils | |
parent | 2b3bef715c2d237beddd5c25e33d5bb9324c1694 (diff) | |
download | freebsd-ports-gnome-827115e9903c22b66eade834bc94cb2a409bfd09.tar.gz freebsd-ports-gnome-827115e9903c22b66eade834bc94cb2a409bfd09.tar.zst freebsd-ports-gnome-827115e9903c22b66eade834bc94cb2a409bfd09.zip |
Add month.php to the installed file list.
Submitted by: Darius@someobscure-irc-channel
Diffstat (limited to 'deskutils')
-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 |