aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2008-04-17 22:30:31 +0800
committeraraujo <araujo@FreeBSD.org>2008-04-17 22:30:31 +0800
commitc94d115b8e9cb4ad3d8424685fe7c324767594f3 (patch)
tree6cb0853059727bc626be6002ec069cf4edbfd17a /shells
parent79defce4f3dcafa040fed233fd412ff265751d47 (diff)
downloadfreebsd-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 'shells')
-rw-r--r--shells/p5-Term-ShellUI/Makefile3
-rw-r--r--shells/psh/Makefile2
-rw-r--r--shells/zoidberg/Makefile3
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