diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-12 11:36:01 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-12 11:36:01 +0000 |
commit | 55765789035878e56d103cbf9241e5287f4296b9 (patch) | |
tree | 4381788793a51d9aa3e3b99e7caeb34eeb75c801 /editors/le/Makefile | |
parent | 57056577fff37e2c3ffab30f3135886b4d11dee8 (diff) | |
download | ports-55765789035878e56d103cbf9241e5287f4296b9.tar.gz ports-55765789035878e56d103cbf9241e5287f4296b9.zip |
Notes
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} |