diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 3aa77171e7fba77720aea6eb4bded87b64c1ad8e (patch) | |
tree | dbeabb1054054f2f39e7970cedea3abd4f75843c /editors/cooledit | |
parent | 0f8f3c89884670b0273cc6b63199d005b65c9282 (diff) |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
Notes
Notes:
svn path=/head/; revision=19217
Diffstat (limited to 'editors/cooledit')
-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 5be7989d2185..3ac32e3ba35f 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 9c5fda3e8ca4..7c1b7c806936 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 |