From a75a2272cdba8bba4c8412d13c47b6c1654fca7a Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 24 Jul 1998 01:56:59 +0000 Subject: Update to use USE_LIBTOOL. --- comms/fidogate/Makefile | 6 ++---- comms/pilot-link/Makefile | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'comms') diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index aa6c6b91d38..4564c7e2d02 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/18 14:50:38 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/24 01:56:59 tv Exp $ # DISTNAME= fidogate-4.2.9 @@ -7,11 +7,9 @@ MASTER_SITES= ftp://ftp.fido.de/pub/fidogate/ MAINTAINER= tv@netbsd.org # aka "Todd Vierling" @ 1:396/1.5 -BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool - USE_GMAKE= yes USE_PERL5= yes -MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool +USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/fidogate NO_CDROM= "extremely limited usefulness to the general public" diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 8145786695c..8e0ba27860b 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/07/17 20:59:41 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/07/24 01:56:59 tv Exp $ # DISTNAME= pilot-link.0.8.13 @@ -8,12 +8,10 @@ MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ MAINTAINER= sommerfeld@alum.mit.edu -BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool - USE_PERL5= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ +CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" -- cgit v1.2.3