diff options
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} |