diff options
author | simon <simon@FreeBSD.org> | 2008-02-10 19:17:52 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2008-02-10 19:17:52 +0000 |
commit | c9d7d189017b22442b8a1bd73c76e3b3bcf8df25 (patch) | |
tree | 854b98de3b6af28f8202b78d23e0eade34640771 /editors | |
parent | c78458f3732918e8a4ea1458b657c0276fea2c27 (diff) | |
download | FreeBSD-ports-c9d7d189017b22442b8a1bd73c76e3b3bcf8df25.zip FreeBSD-ports-c9d7d189017b22442b8a1bd73c76e3b3bcf8df25.tar.gz |
- Add distfile mirror to have more than one master site.
- Grab maintainer-ship from ports@.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jove/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 05b9416..efa8048 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -9,9 +9,11 @@ PORTNAME= jove PORTVERSION= 4.16 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/ +MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/ \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= simon/:local -MAINTAINER= ports@FreeBSD.org +MAINTAINER= simon@FreeBSD.org COMMENT= Jonathan's Own Version of Emacs WRKSRC= ${WRKDIR}/${PORTNAME} |