From 827115e9903c22b66eade834bc94cb2a409bfd09 Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 5 May 2004 01:44:57 +0000 Subject: Add month.php to the installed file list. Submitted by: Darius@someobscure-irc-channel --- deskutils/phpicalendar/Makefile | 2 +- deskutils/phpicalendar/pkg-plist | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'deskutils') 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 -- cgit