aboutsummaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-27 16:47:29 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-27 16:47:29 +0000
commit7103d36ebd2ad2750928ac5f5a734f0768a580bd (patch)
treeabdcd6c8cc6cfdc794b96011ba78de568c9de591 /editors/jed
parentc9b57a92e69af4b73ec04af03bfb00e2f842a9fd (diff)
downloadports-7103d36ebd2ad2750928ac5f5a734f0768a580bd.tar.gz
ports-7103d36ebd2ad2750928ac5f5a734f0768a580bd.zip
- Add more MASTER_SITES
Notes
Notes: svn path=/head/; revision=146496
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile6
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