diff options
author | ache <ache@FreeBSD.org> | 1998-11-15 23:29:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-11-15 23:29:18 +0800 |
commit | 96cdf021262eb6ceb497af398caaa7bfaeb1ce37 (patch) | |
tree | 81881205c68d2ea985ccaba48d6e3d183eb32dcb /www/w3mir/Makefile | |
parent | 75ba5e68602bdcc9ec0fd85280bb8e40fec47ccf (diff) | |
download | freebsd-ports-gnome-96cdf021262eb6ceb497af398caaa7bfaeb1ce37.tar.gz freebsd-ports-gnome-96cdf021262eb6ceb497af398caaa7bfaeb1ce37.tar.zst freebsd-ports-gnome-96cdf021262eb6ceb497af398caaa7bfaeb1ce37.zip |
Restore PREFIX setting: system perl5 fixed now
Diffstat (limited to 'www/w3mir/Makefile')
-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 \ |