diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-04 12:21:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-04 12:21:17 +0000 |
commit | 659a33897f8aaca02f6c9ce843fadfbab3d6071d (patch) | |
tree | 167268d19dbbeaef7f90531b8d228459c5d58ab8 /editors | |
parent | Fix DISTFILES typo in databases/postgresql7/Makefile (diff) |
[MAINTAINER-PATCH] Add new MASTER_SITES for editors/joe
PR: ports/46750
Submitted by: Kevin Day <toasty@dragondata.com>
Notes
Notes:
svn path=/head/; revision=72499
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe/Makefile | 3 | ||||
-rw-r--r-- | editors/joe2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index fc9008a66f29..366a9f6fa1a6 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -9,7 +9,8 @@ PORTNAME= joe PORTVERSION= 2.8 PORTREVISION= 5 CATEGORIES+= editors -MASTER_SITES= ftp://ftp.std.com/src/editors/ +MASTER_SITES= ftp://ftp.std.com/src/editors/ \ + http://www.dragondata.com/software/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index fc9008a66f29..366a9f6fa1a6 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -9,7 +9,8 @@ PORTNAME= joe PORTVERSION= 2.8 PORTREVISION= 5 CATEGORIES+= editors -MASTER_SITES= ftp://ftp.std.com/src/editors/ +MASTER_SITES= ftp://ftp.std.com/src/editors/ \ + http://www.dragondata.com/software/ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z |