1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

restore PREFIX: system perl5 now fixed

This commit is contained in:
Andrey A. Chernov 1998-11-15 15:36:06 +00:00
parent 2d29c63324
commit 759b0032fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14536

View File

@ -4,7 +4,7 @@
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.26 1998/10/10 15:57:37 steve Exp $
# $Id: Makefile,v 1.27 1998/11/13 18:27:17 ache Exp $
#
DISTNAME= libwww-perl-5.36
@ -58,7 +58,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL \
${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
INSTALLMAN1DIR=${PREFIX}/man/man1
.include <bsd.port.mk>