diff options
author | Andrej Zverev <az@FreeBSD.org> | 2006-02-22 08:35:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2006-02-22 08:35:50 +0000 |
commit | a02df25c27a333357aa4dc5376be9a8df2ffefa8 (patch) | |
tree | 8370258e1a49281a80e4ab222ec7e8b774cead07 /editors | |
parent | 6e827fc721ee40e9f74ab0d7cad283ec0e9f2048 (diff) | |
download | ports-a02df25c27a333357aa4dc5376be9a8df2ffefa8.tar.gz ports-a02df25c27a333357aa4dc5376be9a8df2ffefa8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/le/Makefile | 3 | ||||
-rw-r--r-- | editors/mp/Makefile | 1 | ||||
-rw-r--r-- | editors/ne/Makefile | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index bda7a65681aa..6261008da481 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -8,8 +8,7 @@ PORTNAME= le PORTVERSION= 1.12.5 CATEGORIES= editors -MASTER_SITES= ftp://ftp.yars.free.net/pub/source/le/ \ - http://core.inec.ru/~az/ +MASTER_SITES= ftp://ftp.yars.free.net/pub/source/le/ MAINTAINER= az@FreeBSD.org COMMENT= Text editor diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 37e97573cc5b..22ef88964245 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -16,7 +16,6 @@ COMMENT= A programming text editor HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config.sh CONFIGURE_ARGS= --prefix=${PREFIX} --without-win32 -USE_REINPLACE= yes OPTIONS= CURSES "Build with ncurses support" on \ NLS "Native language support" on \ diff --git a/editors/ne/Makefile b/editors/ne/Makefile index e40722a29f4c..92063d67f583 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -9,8 +9,8 @@ PORTNAME= ne PORTVERSION= 1.42 CATEGORIES= editors MASTER_SITES= http://ne.dsi.unimi.it/ \ - ${MASTER_SITE_GENTOO} \ - http://core.inec.ru/~az/ + ${MASTER_SITE_GENTOO} + MASTER_SITE_SUBDIR= distfiles MAINTAINER= az@FreeBSD.org |