summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-mgmt/p5-SNMP/Makefile4
-rw-r--r--net/dnswalk/Makefile4
-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
-rw-r--r--net/p5-SNMP/Makefile4
-rw-r--r--net/p5-pRPC/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile
index cccf6703e418..2800746f7535 100644
--- a/net-mgmt/p5-SNMP/Makefile
+++ b/net-mgmt/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/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 <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 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>
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 <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 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 <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>