From 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 15 Sep 1998 21:31:59 +0000 Subject: Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima --- net/dnswalk/Makefile | 4 ++-- net/p5-Net-DNS/Makefile | 4 ++-- net/p5-Net-Telnet/Makefile | 4 ++-- net/p5-Net-Whois/Makefile | 4 ++-- net/p5-Net/Makefile | 4 ++-- net/p5-SNMP/Makefile | 4 ++-- net/p5-pRPC/Makefile | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'net') diff --git a/net/dnswalk/Makefile b/net/dnswalk/Makefile index da9bf53c6353..448c01533e1b 100644 --- a/net/dnswalk/Makefile +++ b/net/dnswalk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 January 1998 # Whom: Matthew Hunt # -# $Id: Makefile,v 1.1.1.1 1998/03/01 18:11:27 obrien Exp $ +# $Id: Makefile,v 1.2 1998/04/17 23:26:26 mph Exp $ DISTNAME= dnswalk-2.0.2 CATEGORIES= net @@ -24,7 +24,7 @@ DOC_DIR= ${PREFIX}/share/doc/dnswalk pre-configure: ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig - ${SED} -e "s#/usr/contrib/bin/perl#${PREFIX}/bin/perl#"\ + ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ < ${WRKDIR}/dnswalk.orig > ${WRKDIR}/dnswalk do-install: diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index ce58a0fdeb7e..d806a9e17063 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -3,7 +3,7 @@ # Date created: April 5th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.9 1997/11/10 14:46:18 jfitz Exp $ +# $Id: Makefile,v 1.10 1998/08/20 10:03:58 asami Exp $ # DISTNAME= Net-DNS-0.12 @@ -31,6 +31,6 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index 6e7423879399..82c5ac80f975 100644 --- a/net/p5-Net-Telnet/Makefile +++ b/net/p5-Net-Telnet/Makefile @@ -3,7 +3,7 @@ # Date created: March 3 1998 # Whom: Jun Kuriyama # -# $Id: Makefile,v 1.1.1.1 1998/03/15 20:08:41 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/23 03:01:19 jseger Exp $ # DISTNAME= Net-Telnet-3.01 @@ -20,5 +20,5 @@ MAN3= Net::Telnet.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile index b3e4d0db5f5b..7e97a14c7157 100644 --- a/net/p5-Net-Whois/Makefile +++ b/net/p5-Net-Whois/Makefile @@ -3,7 +3,7 @@ # Date created: June 7th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.3 1997/06/27 02:28:27 jfitz Exp $ +# $Id: Makefile,v 1.4 1998/08/23 03:19:48 jseger Exp $ # DISTNAME= Net-Whois-0.22 @@ -22,6 +22,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Whois.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index a058cbbd0217..cb4c953976a4 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.18 1998/08/06 15:14:53 vanilla Exp $ +# $Id: Makefile,v 1.19 1998/08/19 13:05:56 vanilla Exp $ # DISTNAME= libnet-1.0605 @@ -31,6 +31,6 @@ MAN3= FAQ.3 \ Net::Time.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index cccf6703e418..2800746f7535 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -3,7 +3,7 @@ # Date created: May 5th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp $ +# $Id: Makefile,v 1.2 1998/04/30 02:56:57 asami Exp $ # DISTNAME= SNMP-1.6 @@ -21,7 +21,7 @@ BROKEN= build USE_PERL5= YES do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP diff --git a/net/p5-pRPC/Makefile b/net/p5-pRPC/Makefile index 1c90ea472e0b..2dc19a2e235b 100644 --- a/net/p5-pRPC/Makefile +++ b/net/p5-pRPC/Makefile @@ -3,7 +3,7 @@ # Date Created: Aug 18 1998 # Whom: Vanilla I. Shu # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/08/18 02:39:39 vanilla Exp $ # DISTNAME= pRPC-modules-0.1005 @@ -24,6 +24,6 @@ MAN3= Bundle::pRPC-modules.3 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include -- cgit v1.2.3