diff options
author | az <az@FreeBSD.org> | 2006-02-22 16:35:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-02-22 16:35:50 +0800 |
commit | b41e4126c941811a6a47f65c5470b68f82b6d7be (patch) | |
tree | fade8e38668cdbc1ac03c293f2eb30e79ed2050e /editors | |
parent | 858fdda10fc1d187b1e505742024c8c8fe65cfdc (diff) | |
download | freebsd-ports-gnome-b41e4126c941811a6a47f65c5470b68f82b6d7be.tar.gz freebsd-ports-gnome-b41e4126c941811a6a47f65c5470b68f82b6d7be.tar.zst freebsd-ports-gnome-b41e4126c941811a6a47f65c5470b68f82b6d7be.zip |
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
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 |