diff options
author | krion <krion@FreeBSD.org> | 2005-05-03 16:59:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-05-03 16:59:28 +0800 |
commit | 8e1e909882dd8629f1a5b816e513af58576a3524 (patch) | |
tree | a4beb0f5b4f3d7bf156628c8ae677ee4762b8af7 /editors/le/Makefile | |
parent | 1ed366b4a73dca1bfaf28162949327f8d6ad31d5 (diff) | |
download | freebsd-ports-gnome-8e1e909882dd8629f1a5b816e513af58576a3524.tar.gz freebsd-ports-gnome-8e1e909882dd8629f1a5b816e513af58576a3524.tar.zst freebsd-ports-gnome-8e1e909882dd8629f1a5b816e513af58576a3524.zip |
Update to version 1.12.1
PR: ports/80541
Submitted by: Ports Fury
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r-- | editors/le/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index e6ae1220300a..5eee96af6c6e 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -7,17 +7,17 @@ # PORTNAME= le -PORTVERSION= 1.9.2 +PORTVERSION= 1.12.1 CATEGORIES= editors MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ -# ${MASTER_SITE_SUNSITE} -#MASTER_SITE_SUBDIR= apps/editors/terminal MAINTAINER= ports@FreeBSD.org COMMENT= Text editor USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + MAN1= le.1 post-install: |