aboutsummaryrefslogtreecommitdiff
path: root/editors/le
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-28 23:49:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-28 23:49:27 +0000
commit2ca6f8cd93baca95b943ebd21a4c8ddbf86109dd (patch)
tree2acf38418d21964fa7f1f9542bb6261025543998 /editors/le
parent3d811de8e329d8b19142f49be9530562372de70c (diff)
downloadports-2ca6f8cd93baca95b943ebd21a4c8ddbf86109dd.tar.gz
ports-2ca6f8cd93baca95b943ebd21a4c8ddbf86109dd.zip
- Update to 1.14.2
PR: 135031 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=234734
Diffstat (limited to 'editors/le')
-rw-r--r--editors/le/Makefile17
-rw-r--r--editors/le/distinfo6
2 files changed, 13 insertions, 10 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile
index 09152451f519..dbd25009c043 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= le
-PORTVERSION= 1.14.0
-PORTREVISION= 1
+PORTVERSION= 1.14.2
CATEGORIES= editors
MASTER_SITES= ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
@@ -19,26 +18,30 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= le.1
-PORTDOCS= FEATURES HISTORY NEWS README TODO
-PORTDATA= ${MISC_DATA} ${SRC_DATA}
+PORTDOCS= *
+PORTDATA= *
PLIST_FILES= bin/le
MISC_DATA= colors-black colors-blue colors-defbg colors-green \
- colors-white keymap-emacs mainmenu mainmenu-ru syntax syntax.d
+ colors-white keymap-emacs mainmenu mainmenu-ru syntax
SRC_DATA= le.hlp
do-install:
cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin
cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDATA)
- cd ${WRKSRC}/misc && ${MAKE} install
+ @${MKDIR} ${DATADIR}
+.for file in ${MISC_DATA}
+ cd ${WRKSRC}/misc && ${INSTALL_DATA} ${file} ${DATADIR}
+.endfor
+ @(cd ${WRKSRC}/misc && ${COPYTREE_SHARE} syntax.d ${DATADIR})
.for file in ${SRC_DATA}
cd ${WRKSRC}/src && ${INSTALL_DATA} ${file} ${DATADIR}
.endfor
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in FEATURES HISTORY NEWS README TODO
cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DOCSDIR}
.endfor
.endif
diff --git a/editors/le/distinfo b/editors/le/distinfo
index 790f4ce612ad..5a7c9ff6f7a3 100644
--- a/editors/le/distinfo
+++ b/editors/le/distinfo
@@ -1,3 +1,3 @@
-MD5 (le-1.14.0.tar.bz2) = 9158e4e7bd1be85ecd3e366ae068517a
-SHA256 (le-1.14.0.tar.bz2) = cf145d133b95a739fc56e114a3ed28ec11628f274d1ebe57cf72efac4f395cfe
-SIZE (le-1.14.0.tar.bz2) = 410795
+MD5 (le-1.14.2.tar.bz2) = 61cce7c4068a8f4a2f8c25128122b4ac
+SHA256 (le-1.14.2.tar.bz2) = 79bac3de6544635c205229c304c98c3c18b925c2bc804b65027cc2c3b751ad28
+SIZE (le-1.14.2.tar.bz2) = 430203