diff options
author | garga <garga@FreeBSD.org> | 2005-10-28 00:47:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-28 00:47:29 +0800 |
commit | abafaa467626255f2f96d0b99cb59eaaa61284b5 (patch) | |
tree | 1ee2cb6fd78ad4fb8065c1796bcc481711d4307f /editors | |
parent | 1340b82a07e060c6ddda911beaeadc551ff7106f (diff) | |
download | freebsd-ports-gnome-abafaa467626255f2f96d0b99cb59eaaa61284b5.tar.gz freebsd-ports-gnome-abafaa467626255f2f96d0b99cb59eaaa61284b5.tar.zst freebsd-ports-gnome-abafaa467626255f2f96d0b99cb59eaaa61284b5.zip |
- Add more MASTER_SITES
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jed/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index da180e24e655..bf7288fc9605 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -9,7 +9,10 @@ PORTNAME= jed PORTVERSION= 0.99.16 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v${PORTVERSION:R}/ \ + ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${PORTVERSION:R}/ \ + ftp://ftp.ntua.gr/pub/lang/slang/jed/v${PORTVERSION:R}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= garga@FreeBSD.org @@ -30,6 +33,7 @@ CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed \ MAKE_ENV+= DEST_INFO_DIR=${PREFIX}/${INFO_PATH} \ DEST_DOC_DIR=${DOCSDIR} \ STRIP_CMD=${STRIP_CMD} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(NOPORTDOCS) MAKE_ENV+= JED_WITHOUT_DOCS=yes |