aboutsummaryrefslogtreecommitdiffstats
path: root/editors/le/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-01 10:59:00 +0800
committersteve <steve@FreeBSD.org>1999-05-01 10:59:00 +0800
commit4378e7cba60b1534f83e3d4e58c24013effc3f42 (patch)
treedc4def155d98bc7f943f254d2738cfbf28f7263f /editors/le/Makefile
parent5d043edd03b722a1bdf615dd5ebf76138f53d213 (diff)
downloadfreebsd-ports-gnome-4378e7cba60b1534f83e3d4e58c24013effc3f42.tar.gz
freebsd-ports-gnome-4378e7cba60b1534f83e3d4e58c24013effc3f42.tar.zst
freebsd-ports-gnome-4378e7cba60b1534f83e3d4e58c24013effc3f42.zip
Update to version 1.5.1.
PR: 11329 Submitted by: maintainer
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r--editors/le/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile
index 875f2f7dfe7b..8de486fd081b 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -1,27 +1,26 @@
# New ports collection makefile for: le
-# Version required: 1.4.2
+# Version required: 1.5.1
# Date created: 16 October 1997
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.2 1998/07/25 11:56:15 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/30 16:00:13 steve Exp $
#
-DISTNAME= le-1.4.2
-CATEGORIES= editors
-MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
+DISTNAME= le-1.5.1
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
+MASTER_SITE_SUBDIR= apps/editors/terminal
-MAINTAINER= andy@icc.surw.chel.su
+MAINTAINER= andy@icc.surw.chel.su
-GNU_CONFIGURE= yes
-MAN1= le.1
+GNU_CONFIGURE= yes
+MAN1= le.1
post-install:
-.for file in colors1 colors2 colors3
- @ ${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/le
-.endfor
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/le
-.for file in FEATURES HISTORY NEWS README
+.for file in COPYING FEATURES HISTORY NEWS README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
.endfor
.endif