aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-05-03 23:40:01 +0800
committerjseger <jseger@FreeBSD.org>1998-05-03 23:40:01 +0800
commit888f03073e7e6bbea9da126ea46a90ac298f7e2b (patch)
tree8338b727edfeccc3dd9869eb4f04499c94be9368 /editors
parentd191836abd25bf170867f3ceb68852898cce99bc (diff)
downloadfreebsd-ports-gnome-888f03073e7e6bbea9da126ea46a90ac298f7e2b.tar.gz
freebsd-ports-gnome-888f03073e7e6bbea9da126ea46a90ac298f7e2b.tar.zst
freebsd-ports-gnome-888f03073e7e6bbea9da126ea46a90ac298f7e2b.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.
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"