summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-05-03 15:40:01 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-05-03 15:40:01 +0000
commitaab02f871a6a1e550d63e82871ce0b12d6034be9 (patch)
tree8b7064665ca4cdac1f9cf786f2661c6e4cac247d /editors
parentIf DISPLAY isn't defined, mark as BROKEN. (diff)
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/Makefile6
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"