fix script path
This commit is contained in:
parent
7f87215d83
commit
b06d83f146
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14505
@ -4,7 +4,7 @@
|
||||
# Date created: September 30th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1998/10/10 03:28:14 steve Exp $
|
||||
# $Id: Makefile,v 1.26 1998/10/10 15:57:37 steve 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 PREFIX=${PREFIX} \
|
||||
${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL \
|
||||
INSTALLMAN1DIR=${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user