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.12/Makefile | |
parent | b6d6049a17aa7e6e177afee259777a9203d695a2 (diff) | |
download | ports-0938506f64f9c92aebb319a4b36409ec65b9bab7.tar.gz ports-0938506f64f9c92aebb319a4b36409ec65b9bab7.zip |
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.12/Makefile')
-rw-r--r-- | lang/perl5.12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 7f546bc20d8b..0dd15f0bee95 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ http://www.tobez.org/download/port-mirrors/lang/perl58/:local MASTER_SITE_SUBDIR= ../../src \ - tobez/:local ./:local + tobez/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ BSDPAN-${PERL_VER}${EXTRACT_SUFX}:local |