diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 15:38:16 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-10 15:38:16 +0000 |
commit | 0938506f64f9c92aebb319a4b36409ec65b9bab7 (patch) | |
tree | 7989f2deec528b388854cb2c48bbed0df7a2784b /lang/perl5 | |
parent | o Update to -> 1.3.3 (diff) |
Don't use "." in MASTER_SITE_SUBDIR; it only applies to URLs with
%SUBDIR% in them, and the site that needed the "." doesn't.
Approved by: Anton Berezin <tobez@tobez.org> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=144841
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 92fd89f817b1..8e48d5aec941 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ http://www.tobez.org/download/port-mirrors/lang/perl56/:local MASTER_SITE_SUBDIR= ../../src \ - tobez/:local ./:local + tobez/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ BSDPAN-${PERL_VER}${EXTRACT_SUFX}:local |