diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 20:32:42 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 20:32:42 +0000 |
commit | 8ebc133875ab0f2a0c27837b5c4c9b1188f401ed (patch) | |
tree | b7cdd605fe848194281ae6be49284c3060dbdb52 | |
parent | 38301e5da05baf0a33e8fa6fe439b1823f822daf (diff) | |
download | ports-8ebc133875ab0f2a0c27837b5c4c9b1188f401ed.tar.gz ports-8ebc133875ab0f2a0c27837b5c4c9b1188f401ed.zip |
Notes
-rw-r--r-- | www/cybercalendar/Makefile | 9 | ||||
-rw-r--r-- | www/cybercalendar/pkg-plist | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/cybercalendar/Makefile b/www/cybercalendar/Makefile index b1b0a67f178a..3ef30e1a89a5 100644 --- a/www/cybercalendar/Makefile +++ b/www/cybercalendar/Makefile @@ -7,17 +7,12 @@ PORTNAME= cybercalendar PORTVERSION= 1.8.2 CATEGORIES= www -MASTER_SITES= http://www.cyberweavers.com/download/ \ - http://6net.iif.hu/~mohacsi/downloads/ +MASTER_SITES= http://ipv6.niif.hu/~mohacsi/downloads/ DISTNAME= CyberCalendar_${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= CyberCalendar is a web based calendar program written in perl -BROKEN= does not fetch -DEPRECATED= has been broken for more than 6 months -EXPIRATION_DATE=2009-01-19 - RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ @@ -27,7 +22,7 @@ WRKSRC= ${WRKDIR}/CyberCalendar USE_PERL5= yes NO_BUILD= yes -NO_PACKAGE= "needs customization and postconfiguration" +NO_PACKAGE= needs customization and postconfiguration DOC_FILES= README INSTALL INSTALL.NOSITEPERL TODO CHANGES COPYING SCRIPT_FILES= calendar/index.pl calendar/optionform.pl calendar/pda.pl \ diff --git a/www/cybercalendar/pkg-plist b/www/cybercalendar/pkg-plist index b0728dc32c5d..58a59bc74c07 100644 --- a/www/cybercalendar/pkg-plist +++ b/www/cybercalendar/pkg-plist @@ -81,4 +81,4 @@ cybercalendar/setup/httpd.conf.changes %%PORTDOCS%%%%DOCSDIR%%/INSTALL.NOSITEPERL %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm share/doc/cybercalendar +%%PORTDOCS%%@dirrm %%DOCSDIR%% |