diff options
Diffstat (limited to 'www/w3mir')
-rw-r--r-- | www/w3mir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index ec73671..c9c1f0c 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1998 # Whom: ache # -# $Id: Makefile,v 1.7 1998/08/23 15:02:59 jseger Exp $ +# $Id: Makefile,v 1.8 1998/09/07 18:55:24 ache Exp $ # DISTNAME= w3mir-1.0.4pre2 @@ -20,7 +20,7 @@ USE_PERL5= Yes MAN1= w3mir.1 w3mfix.1 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL post-install: ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ |