diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 2a8116629fbb51c0b6a7a02125828e71479a08be (patch) | |
tree | b9d00a96d9965a4af62f13b8159dc00d5216388f /editors | |
parent | 4bf3ca31ea08ba708c33ef3dbc6b228c30a59293 (diff) | |
download | FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.zip FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.tar.gz |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 8 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 1 |
2 files changed, 2 insertions, 7 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 5be7989..3ac32e3 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: Makefile,v 1.11 1999/01/30 01:24:29 fenner Exp $ +# $Id: Makefile,v 1.12 1999/04/06 22:06:40 jseger Exp $ # DISTNAME= cooledit-3.9.0 @@ -15,14 +15,10 @@ MAINTAINER= brett@peloton.physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-mail-author --disable-static --with-libs='-lcrypt -lreadline' 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" diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index 9c5fda3..7c1b7c8 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -7,7 +7,6 @@ bin/coolmessage bin/coollistbox bin/coolquery bin/coolinput -lib/libCw.la lib/libCw.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |