diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-15 15:29:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-15 15:29:18 +0000 |
commit | 2d29c63324d665afa11375863babe54490480812 (patch) | |
tree | 9736d22aa34ed8d900c7fc1c9e2d4cda4ff44eac | |
parent | Correct MASTER_SITES. (diff) |
Restore PREFIX setting: system perl5 fixed now
Notes
Notes:
svn path=/head/; revision=14535
-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 73a069c8b1c9..a87157d0051b 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1998 # Whom: ache # -# $Id: Makefile,v 1.10 1998/10/07 10:47:50 ache Exp $ +# $Id: Makefile,v 1.12 1998/11/13 18:17:37 ache Exp $ # DISTNAME= w3mir-1.0.5 @@ -20,7 +20,7 @@ MAN1= w3mir.1 w3mfix.1 do-configure: @ cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL \ + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ INSTALLMAN1DIR=${PREFIX}/man/man1 post-install: ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ |