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/mp | |
parent | 6e827fc721ee40e9f74ab0d7cad283ec0e9f2048 (diff) |
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
Notes
Notes:
svn path=/head/; revision=156650
Diffstat (limited to 'editors/mp')
-rw-r--r-- | editors/mp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |