diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-19 04:06:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-19 04:06:55 +0000 |
commit | 9a2b47e80d6952dca6224e5bfc50f07d09976350 (patch) | |
tree | 4e776d04c9226f75ded3906cbdd376afbe110f9c | |
parent | 86e285da9f59d7dfa48f6038e87fd3fdd87cf71e (diff) | |
download | ports-9a2b47e80d6952dca6224e5bfc50f07d09976350.tar.gz ports-9a2b47e80d6952dca6224e5bfc50f07d09976350.zip |
Notes
-rw-r--r-- | editors/lpe/Makefile | 12 | ||||
-rw-r--r-- | editors/lpe/distinfo | 2 | ||||
-rw-r--r-- | editors/lpe/pkg-plist | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index a6b4fa8246d9..c381ecd74390 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.1.5 +# Version required: 1.1.8 # Date created: 12 April 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/14 05:56:14 mharo Exp $ # -DISTNAME= lpe-1.1.5 +DISTNAME= lpe-1.1.8 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ @@ -25,11 +25,7 @@ post-patch: do-install: ${MKDIR} ${PREFIX}/lib/lpe ${INSTALL_PROGRAM} ${WRKSRC}/lpe ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/cmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/cppmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/htmlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/perlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/sgmlmode.so ${PREFIX}/lib/lpe + ${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/lib/lpe ${INSTALL_MAN} ${WRKSRC}/lpe.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/editors/lpe/distinfo b/editors/lpe/distinfo index 107ffa1fa826..1ce57f2bcd8b 100644 --- a/editors/lpe/distinfo +++ b/editors/lpe/distinfo @@ -1 +1 @@ -MD5 (lpe-1.1.5.tar.gz) = 708371d5ddfe4e663b0bff2952851731 +MD5 (lpe-1.1.8.tar.gz) = 64fd9f61ee7549241a5ae665405a36e5 diff --git a/editors/lpe/pkg-plist b/editors/lpe/pkg-plist index b8bc834ac5b0..9c7881e2d842 100644 --- a/editors/lpe/pkg-plist +++ b/editors/lpe/pkg-plist @@ -2,6 +2,8 @@ bin/lpe lib/lpe/cmode.so lib/lpe/cppmode.so lib/lpe/htmlmode.so +lib/lpe/javamode.so +lib/lpe/mailmode.so lib/lpe/perlmode.so lib/lpe/sgmlmode.so @dirrm lib/lpe |