diff options
author | tv <tv> | 1998-07-24 01:56:59 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-24 01:56:59 +0000 |
commit | 050763ac7decfda9c68e5c021fd04008e5691b6e (patch) | |
tree | 4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /comms | |
parent | 91046d445a374baafc929ebfdedb412aec99b4aa (diff) | |
download | pkgsrc-050763ac7decfda9c68e5c021fd04008e5691b6e.tar.gz |
Update to use USE_LIBTOOL.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fidogate/Makefile | 6 | ||||
-rw-r--r-- | comms/pilot-link/Makefile | 8 |
2 files changed, 5 insertions, 9 deletions
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}" |