diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-27 16:47:29 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-27 16:47:29 +0000 |
commit | 7103d36ebd2ad2750928ac5f5a734f0768a580bd (patch) | |
tree | abdcd6c8cc6cfdc794b96011ba78de568c9de591 /editors | |
parent | c9b57a92e69af4b73ec04af03bfb00e2f842a9fd (diff) |
Notes
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 |