From 5c00a9c8f0ca949b4a4214dd421617d9f0d0fc89 Mon Sep 17 00:00:00 2001
From: Mark Pulford <markp@FreeBSD.org>
Date: Tue, 17 Jul 2001 03:59:03 +0000
Subject: Update to 1.9.0

PR:		29013
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
---
 editors/le/Makefile | 6 +++---
 editors/le/distinfo | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'editors/le')

diff --git a/editors/le/Makefile b/editors/le/Makefile
index 541f17373196..55ca64406d01 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	le
-PORTVERSION=	1.8.0
+PORTVERSION=	1.9.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
 		ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
@@ -21,9 +21,9 @@ MAN1=		le.1
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/le
+	@${MKDIR} ${DOCSDIR}
 .for file in FEATURES HISTORY NEWS README TODO
-	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
 
diff --git a/editors/le/distinfo b/editors/le/distinfo
index f6d91fd8dac0..ab9176b4f8aa 100644
--- a/editors/le/distinfo
+++ b/editors/le/distinfo
@@ -1 +1 @@
-MD5 (le-1.8.0.tar.bz2) = 048187fd6966799471962a07b12e510e
+MD5 (le-1.9.0.tar.bz2) = 920ae56a506b35c1240f9bb96e7bc357
-- 
cgit v1.2.3