diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2002-12-07 21:08:42 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2002-12-07 21:08:42 +0000 |
commit | f334567ae55dd41fe5328a9defe38890587d2879 (patch) | |
tree | 64919cc481fa9a3872c7a67cd91e799028fd53d9 /lang/p5-ePerl | |
parent | Catch up with the Ruby Application Archive's URL scheme change. (diff) |
fix MASTER_SITES
Notes
Notes:
svn path=/head/; revision=71411
Diffstat (limited to 'lang/p5-ePerl')
-rw-r--r-- | lang/p5-ePerl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index 58ae5cfd8d72..60cf962f9d7d 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -8,9 +8,7 @@ PORTNAME= eperl PORTVERSION= 2.2.14 CATEGORIES= lang www perl5 -MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/ \ - ftp://ftp.engelschall.com/sw/eperl/ \ - ftp://ftp.hyperreal.org/software/engelschall/eperl/ \ +MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/eperl/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Parse PKGNAMEPREFIX= p5- |