diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /www/p5-Apache | |
parent | 32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff) |
Notes
Diffstat (limited to 'www/p5-Apache')
-rw-r--r-- | www/p5-Apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index c2d23dbe5510..76498ac32ae4 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -3,7 +3,7 @@ # Date created: April 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1998/06/27 01:30:25 steve Exp $ +# $Id: Makefile,v 1.10 1998/09/03 13:45:47 asami Exp $ # DISTNAME= mod_perl-1.07 @@ -29,7 +29,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::Options.3 \ MANPREFIX= ${PREFIX}/lib/perl5 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL post-install: ${MKDIR} ${PREFIX}/share/doc/mod_perl |