summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
commit668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch)
treea51511e38b929fa10d17436f1464819312ac60ed /dns
parentUpgrade to 1.7. (diff)
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything. Submitted by: dima
Notes
Notes: svn path=/head/; revision=13159
Diffstat (limited to 'dns')
-rw-r--r--dns/dnswalk/Makefile4
-rw-r--r--dns/p5-Net-DNS/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile
index da9bf53c6353..448c01533e1b 100644
--- a/dns/dnswalk/Makefile
+++ b/dns/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/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index ce58a0fdeb7e..d806a9e17063 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/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>