diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-24 14:03:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-24 14:03:32 +0000 |
commit | 96833f66dbf1cafdd2b634d14b54469eb04b88f1 (patch) | |
tree | 629f4c3e92f68c6f64d58355f172da409deebd12 /www/cybercalendar/Makefile | |
parent | d9957ce21cca30314481f3ae90f805e61ae816a4 (diff) |
Make fetchable
use DOCSDIR
PR: 68275
Submitted by: Janos Mohacsi
Notes
Notes:
svn path=/head/; revision=112132
Diffstat (limited to 'www/cybercalendar/Makefile')
-rw-r--r-- | www/cybercalendar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cybercalendar/Makefile b/www/cybercalendar/Makefile index 43fd3819365f..9538e4eaa21c 100644 --- a/www/cybercalendar/Makefile +++ b/www/cybercalendar/Makefile @@ -7,7 +7,8 @@ PORTNAME= cybercalendar PORTVERSION= 1.8.2 CATEGORIES= www -MASTER_SITES= http://www.cyberweavers.com/download/ +MASTER_SITES= http://www.cyberweavers.com/download/ \ + http://6net.iif.hu/~mohacsi/downloads/ DISTNAME= CyberCalendar_${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu @@ -18,8 +19,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite -BROKEN= "Unfetchable" - WRKSRC= ${WRKDIR}/CyberCalendar USE_PERL5= yes |