diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-17 03:59:03 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-17 03:59:03 +0000 |
commit | 5c00a9c8f0ca949b4a4214dd421617d9f0d0fc89 (patch) | |
tree | c98e625463eecbc86772d9f6be9668621ab27651 /editors/le | |
parent | Update to version 1.4.1. (diff) |
Update to 1.9.0
PR: 29013
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to '')
-rw-r--r-- | editors/le/Makefile | 6 | ||||
-rw-r--r-- | editors/le/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
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 |