diff options
author | steve <steve@FreeBSD.org> | 1999-04-19 12:06:55 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-19 12:06:55 +0800 |
commit | 9e10c0bcedda15309572ced6a0e4a46c303a0953 (patch) | |
tree | 3bd329f68d68f4d118f2266db5fe154d8667d210 | |
parent | c24f957aad7d6f25284fdc09d75600926891bfee (diff) | |
download | freebsd-ports-gnome-9e10c0bcedda15309572ced6a0e4a46c303a0953.tar.gz freebsd-ports-gnome-9e10c0bcedda15309572ced6a0e4a46c303a0953.tar.zst freebsd-ports-gnome-9e10c0bcedda15309572ced6a0e4a46c303a0953.zip |
Update to version 1.1.8.
PR: 11193
Submitted by: maintainer
-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 |