summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-22 00:35:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-08-22 00:35:32 +0000
commit3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b (patch)
tree28b9adb73fe8d399559adc4ba81356f878615d45 /shells
parent15e2263847b985944297d2a93caf296d9b64a255 (diff)
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/heirloom-sh/Makefile2
-rw-r--r--shells/ibsh/Makefile3
-rw-r--r--shells/rssh/Makefile3
-rw-r--r--shells/scponly/Makefile4
-rw-r--r--shells/zsh/Makefile2
5 files changed, 6 insertions, 8 deletions
diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile
index 8655c11ef170..4dc5b9be25d0 100644
--- a/shells/heirloom-sh/Makefile
+++ b/shells/heirloom-sh/Makefile
@@ -8,7 +8,7 @@
PORTNAME= heirloom-sh
PORTVERSION= 050706
CATEGORIES= shells
-MASTER_SITES= SF/heirloom
+MASTER_SITES= SF/heirloom/${PORTNAME}/${PORTVERSION}
MAINTAINER= danielt@pilgerer.org
COMMENT= Portable version of OpenSolaris' Bourne Shell
diff --git a/shells/ibsh/Makefile b/shells/ibsh/Makefile
index 15b520f23e36..76e7fa486fac 100644
--- a/shells/ibsh/Makefile
+++ b/shells/ibsh/Makefile
@@ -8,8 +8,7 @@
PORTNAME= ibsh
PORTVERSION= 0.3e
CATEGORIES= shells
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= vaida.bogdan@gmail.com
COMMENT= Restricted unix shell
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
index dec1127c7963..59e331d6d478 100644
--- a/shells/rssh/Makefile
+++ b/shells/rssh/Makefile
@@ -8,8 +8,7 @@
PORTNAME= rssh
PORTVERSION= 2.3.2
CATEGORIES= shells security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= pav@FreeBSD.org
COMMENT= A Restricted Secure SHell only for sftp or/and scp
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 3d572a30cc0a..ea73b0d8a87a 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -73,8 +73,8 @@ PORTNAME= scponly
PORTVERSION= 4.8
CATEGORIES= shells security
MASTER_SITES= http://www.sublimation.org/scponly/ \
- SF
-MASTER_SITE_SUBDIR= scponly
+ SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index a651e08cb978..fc4c5d6d512f 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -9,7 +9,7 @@ PORTNAME= zsh
PORTVERSION= 4.3.10
PORTREVISION= 2
CATEGORIES= shells
-MASTER_SITES= SF
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION}
.if !defined(NOPORTDOCS)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-doc${EXTRACT_SUFX}
.endif