diff options
author | araujo <araujo@FreeBSD.org> | 2008-04-17 22:30:31 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-04-17 22:30:31 +0800 |
commit | c94d115b8e9cb4ad3d8424685fe7c324767594f3 (patch) | |
tree | 6cb0853059727bc626be6002ec069cf4edbfd17a /lang/perl5.10 | |
parent | 79defce4f3dcafa040fed233fd412ff265751d47 (diff) | |
download | freebsd-ports-gnome-c94d115b8e9cb4ad3d8424685fe7c324767594f3.tar.gz freebsd-ports-gnome-c94d115b8e9cb4ad3d8424685fe7c324767594f3.tar.zst freebsd-ports-gnome-c94d115b8e9cb4ad3d8424685fe7c324767594f3.zip |
- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
Diffstat (limited to 'lang/perl5.10')
-rw-r--r-- | lang/perl5.10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index 3c607d2a42a9..00fdf85e2c6c 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/Makefile @@ -9,7 +9,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VER} PORTREVISION= 1 CATEGORIES= lang devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ +MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ http://www.tobez.org/download/port-mirrors/lang/perl58/:local MASTER_SITE_SUBDIR= ../../src \ |