diff options
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r-- | editors/le/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 3e76e95e5c11..41352850b30e 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: le # Date created: 16 October 1997 # Whom: Andrey Zakhvatov @@ -9,13 +8,12 @@ PORTNAME= le PORTVERSION= 1.12.5 CATEGORIES= editors -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ \ +MASTER_SITES= ftp://ftp.yars.free.net/pub/source/le/ \ http://core.inec.ru/~az/ MAINTAINER= az@inec.ru COMMENT= Text editor -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |