diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-21 02:24:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-21 02:24:51 +0000 |
commit | 02a9f2b941f5254908f626400fcb7eb5af432da8 (patch) | |
tree | b4211c558c4015668ea5f0774f11aab763ee761b /news | |
parent | c4873727ac0b87344783e6c004f8d268e85e83fb (diff) | |
download | FreeBSD-ports-02a9f2b941f5254908f626400fcb7eb5af432da8.zip FreeBSD-ports-02a9f2b941f5254908f626400fcb7eb5af432da8.tar.gz |
Use MASTER_SITE_PERL_CPAN.
Diffstat (limited to 'news')
-rw-r--r-- | news/aub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/aub/Makefile b/news/aub/Makefile index 893b49d..0a16f7f 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -9,8 +9,8 @@ PORTNAME= aub PORTVERSION= 2.0.5 CATEGORIES= news -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/scripts/news/nntpstuff/aub/ \ - ftp://ftp.perl.org/pub/CPAN/scripts/news/nntpstuff/aub/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../../scripts/news/nntpstuff/aub DISTFILES= aub aub.1 BUG_FIXES MAINTAINER= obrien@FreeBSD.org |