diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-03 15:40:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-03 15:40:01 +0000 |
commit | aab02f871a6a1e550d63e82871ce0b12d6034be9 (patch) | |
tree | 8b7064665ca4cdac1f9cf786f2661c6e4cac247d /editors | |
parent | d63800c876667664e612cf3861f9ecd36d869d7c (diff) | |
download | ports-aab02f871a6a1e550d63e82871ce0b12d6034be9.tar.gz ports-aab02f871a6a1e550d63e82871ce0b12d6034be9.zip |
Make this port use libtool v1.2 instead of the included 1.0. This fixes
building on current. I have sent a message to the developer of cooledit, so
hopefully this won't be needed for long.
Notes
Notes:
svn path=/head/; revision=10817
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 5d86a7c1143f..be284f8b045f 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/19 05:14:17 mph Exp $ # DISTNAME= cooledit-3.6.0 @@ -19,6 +19,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mail-author --disable-static USE_GMAKE= yes +post-extract: + @${CP} ${FILESDIR}/ltconfig-1.2 ${WRKSRC}/ltconfig + @${CP} ${FILESDIR}/ltmain.sh-1.2 ${WRKSRC}/ltmain.sh + pre-install: @${ECHO_MSG} "Installing in ${PREFIX}/bin" |