summaryrefslogtreecommitdiff
path: root/net/p5-Net
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/p5-Net-DNS/Makefile4
-rw-r--r--net/p5-Net-Telnet/Makefile4
-rw-r--r--net/p5-Net-Whois/Makefile4
-rw-r--r--net/p5-Net/Makefile4
4 files changed, 8 insertions, 8 deletions
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 <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 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 <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 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 <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 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 <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>