aboutsummaryrefslogtreecommitdiff
path: root/editors/le/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-14 14:29:37 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-14 14:29:37 +0000
commitce10b5d1b3cb4fbf1cf104cac4ec54fd4910f3a1 (patch)
treebf836ae08efbfa301671676bb58aecea4a03f43c /editors/le/Makefile
parent7f283613c6a19764bf7446a5b3ec3a0deac6da6e (diff)
downloadports-ce10b5d1b3cb4fbf1cf104cac4ec54fd4910f3a1.tar.gz
ports-ce10b5d1b3cb4fbf1cf104cac4ec54fd4910f3a1.zip
Upgrade to version 1.6.3
PR: 25076 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=38335
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r--editors/le/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile
index a779f8202840..d2639e8795a3 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= le
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.3
CATEGORIES= editors
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
@@ -21,7 +21,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/le
.for file in FEATURES HISTORY NEWS README TODO
- @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
.endfor
.endif