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 /editors/lpe/Makefile | |
parent | 86e285da9f59d7dfa48f6038e87fd3fdd87cf71e (diff) | |
download | ports-9a2b47e80d6952dca6224e5bfc50f07d09976350.tar.gz ports-9a2b47e80d6952dca6224e5bfc50f07d09976350.zip |
Notes
Diffstat (limited to 'editors/lpe/Makefile')
-rw-r--r-- | editors/lpe/Makefile | 12 |
1 files changed, 4 insertions, 8 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> |