diff options
author | mat <mat@FreeBSD.org> | 2015-05-14 18:15:04 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-14 18:15:04 +0800 |
commit | d72353c225a0cff8478c442d745a54e4630671fc (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /shells | |
parent | 7790dd541328e5000ba710fc478bc5f22ab41cc6 (diff) | |
download | freebsd-ports-gnome-d72353c225a0cff8478c442d745a54e4630671fc.tar.gz freebsd-ports-gnome-d72353c225a0cff8478c442d745a54e4630671fc.tar.zst freebsd-ports-gnome-d72353c225a0cff8478c442d745a54e4630671fc.zip |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
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 |