diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/p5-Term-ShellUI/Makefile | 3 | ||||
-rw-r--r-- | shells/psh/Makefile | 2 | ||||
-rw-r--r-- | shells/zoidberg/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile index 7b1f0cc36b6d..241b11e8ce6f 100644 --- a/shells/p5-Term-ShellUI/Makefile +++ b/shells/p5-Term-ShellUI/Makefile @@ -8,8 +8,7 @@ PORTNAME= Term-ShellUI PORTVERSION= 0.86 CATEGORIES= shells perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Term/BRONSON +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/shells/psh/Makefile b/shells/psh/Makefile index e15391c09516..d36068664ebe 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -8,7 +8,7 @@ PORTNAME= psh PORTVERSION= 1.8.1 CATEGORIES= shells perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GREGOR MAINTAINER= garga@FreeBSD.org diff --git a/shells/zoidberg/Makefile b/shells/zoidberg/Makefile index ea655366e762..cdbdf96f261a 100644 --- a/shells/zoidberg/Makefile +++ b/shells/zoidberg/Makefile @@ -9,9 +9,8 @@ PORTNAME= zoidberg PORTVERSION= 0.96 CATEGORIES= shells perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ +MASTER_SITES= CPAN \ http://zoidberg.student.utwente.nl/downloads/Zoidberg/ -MASTER_SITE_SUBDIR= Bundle DISTNAME= Zoidberg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |