summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-10 15:57:37 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-10 15:57:37 +0000
commit3fdaaadb786c2aeb763e77ff128e2d55ff303e63 (patch)
tree87958bf6d4ffc4603b3ad39adc7b6445e117ebbd /www
parentELFlization. (diff)
Revert previous change, PERL is defined in bsd.port.mk after all.
Notes
Notes: svn path=/head/; revision=13864
Diffstat (limited to 'www')
-rw-r--r--www/p5-libwww/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index ff02dd690249..e8bac4928ccc 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -4,7 +4,7 @@
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.24 1998/10/07 11:26:22 ache Exp $
+# $Id: Makefile,v 1.25 1998/10/10 03:28:14 steve Exp $
#
DISTNAME= libwww-perl-5.36
@@ -58,7 +58,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \
+ ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
INSTALLMAN1DIR=${PREFIX}/man/man1
.include <bsd.port.mk>