diff options
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r-- | editors/le/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index d2639e8795a..50a90811783 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -7,9 +7,11 @@ # PORTNAME= le -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.1 CATEGORIES= editors -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ +MASTER_SITE_SUBDIR= pub/Linux/apps/editors/terminal MAINTAINER= ports@FreeBSD.org |