diff options
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 24 | ||||
-rw-r--r-- | editors/le/distinfo | 2 | ||||
-rw-r--r-- | editors/le/pkg-plist | 3 |
3 files changed, 14 insertions, 15 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 diff --git a/editors/le/distinfo b/editors/le/distinfo index 2ea00284e28f..25863d485f1f 100644 --- a/editors/le/distinfo +++ b/editors/le/distinfo @@ -1 +1 @@ -MD5 (le-1.5.7.tar.gz) = f7f43b904246586381fb4d82be4718bb +MD5 (le-1.5.8.tar.bz2) = 2594f757d5d89327344e6f3c7cf9c558 diff --git a/editors/le/pkg-plist b/editors/le/pkg-plist index 99262ff541bd..d53ad4414638 100644 --- a/editors/le/pkg-plist +++ b/editors/le/pkg-plist @@ -1,5 +1,4 @@ bin/le -share/doc/le/COPYING share/doc/le/FEATURES share/doc/le/HISTORY share/doc/le/NEWS @@ -12,5 +11,5 @@ share/le/colors-green share/le/colors-white share/le/le.hlp share/le/syntax -@dirrm share/doc/le @dirrm share/le +@dirrm share/doc/le |