diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-29 07:38:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-29 07:38:20 +0000 |
commit | 9561f2648a39f0dd3191f4df462786611a3b3fbd (patch) | |
tree | fc7b443bdb17a86028109aaa3d078d843f1a4adf /editors/le/Makefile | |
parent | 421a2364e78ecc1888e813b38714616c43a59aa9 (diff) | |
download | ports-9561f2648a39f0dd3191f4df462786611a3b3fbd.tar.gz ports-9561f2648a39f0dd3191f4df462786611a3b3fbd.zip |
Upgrade to version 1.5.8.
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28067
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r-- | editors/le/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 36360c0d8c21..6748fe3eb4aa 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: le # Date created: 16 October 1997 # Whom: Andrey Zakhvatov @@ -5,23 +6,22 @@ # $FreeBSD$ # -PORTNAME= le -PORTVERSION= 1.5.7 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ -MASTER_SITE_SUBDIR= apps/editors/terminal +PORTNAME= le +PORTVERSION= 1.5.8 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org -GNU_CONFIGURE= yes -MAN1= le.1 +USE_BZIP2= yes +GNU_CONFIGURE= yes +MAN1= le.1 post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/le -.for file in COPYING FEATURES HISTORY NEWS README TODO - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le + @${MKDIR} ${PREFIX}/share/doc/le +.for file in FEATURES HISTORY NEWS README TODO + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le .endfor .endif |