diff options
author | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
commit | e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 (patch) | |
tree | f20c20390d0ae9c598fdaa1136e89fc9e48469ec /net | |
parent | 60e211928723f70362d166bab5f76cadf2b57c7f (diff) | |
download | freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.zst freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Diffstat (limited to 'net')
-rw-r--r-- | net/dnswalk/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Telnet/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Whois/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net/Makefile | 4 | ||||
-rw-r--r-- | net/p5-SNMP/Makefile | 4 | ||||
-rw-r--r-- | net/p5-pRPC/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/net/dnswalk/Makefile b/net/dnswalk/Makefile index da9bf53c635..448c01533e1 100644 --- a/net/dnswalk/Makefile +++ b/net/dnswalk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 January 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $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 ce58a0fdeb7..d806a9e1706 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 <jfitz@FreeBSD.org> # -# $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 <bsd.port.mk> diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index 6e742387939..82c5ac80f97 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 <kuriyama@opt.phys.waseda.ac.jp> # -# $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 <bsd.port.mk> diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile index b3e4d0db5f5..7e97a14c715 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 <jfitz@FreeBSD.org> # -# $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 <bsd.port.mk> diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index a058cbbd021..cb4c953976a 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $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 <bsd.port.mk> diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index cccf6703e41..2800746f753 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -3,7 +3,7 @@ # Date created: May 5th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $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 1c90ea472e0..2dc19a2e235 100644 --- a/net/p5-pRPC/Makefile +++ b/net/p5-pRPC/Makefile @@ -3,7 +3,7 @@ # Date Created: Aug 18 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $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 <bsd.port.mk> |