diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-14 14:29:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-14 14:29:37 +0000 |
commit | ce10b5d1b3cb4fbf1cf104cac4ec54fd4910f3a1 (patch) | |
tree | bf836ae08efbfa301671676bb58aecea4a03f43c /editors/le/Makefile | |
parent | 7f283613c6a19764bf7446a5b3ec3a0deac6da6e (diff) | |
download | ports-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/Makefile | 4 |
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 |