diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /shells | |
parent | a50428b01c275f058b067787701d333a9d45cbcb (diff) | |
download | ports-60d1a83c2a113150cedbc43ff12a7375144f741a.tar.gz ports-60d1a83c2a113150cedbc43ff12a7375144f741a.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 3 | ||||
-rw-r--r-- | shells/esh/Makefile | 2 | ||||
-rw-r--r-- | shells/scponly/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index 66d7c324e115..ba3a745e0b2d 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -4,8 +4,7 @@ PORTNAME= 44bsd-csh PORTVERSION= 20001106 PORTREVISION= 4 CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cy +MASTER_SITES= LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= The traditional 4.4BSD /bin/csh C-shell diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 6af15a4e7d6e..f482f9029548 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -4,7 +4,7 @@ PORTNAME= esh PORTVERSION= 0.8.5 CATEGORIES= shells -MASTER_SITES= GENTOO/distfiles +MASTER_SITES= GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= The "easy shell", a small shell with Lisp-like syntax diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index bb1f6e0bb091..949cc8185172 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -5,8 +5,7 @@ PORTNAME= scponly PORTVERSION= 4.8.20110526 PORTREVISION= 1 CATEGORIES= shells security -MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-snapshots +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-snapshots DISTNAME= ${PORTNAME}-20110526 MAINTAINER= gjb@FreeBSD.org |