diff options
author | ache <ache@FreeBSD.org> | 1998-11-14 02:17:37 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-11-14 02:17:37 +0800 |
commit | f36b8c34a17181c1f07845bb609a5fdbddae7026 (patch) | |
tree | 1c030503e5f13aff520315d9c2ec57cf21dac4bd /www/w3mir/Makefile | |
parent | 5de4fecaa6c76e4a7aea357ff2bc66ecc6cd7370 (diff) | |
download | freebsd-ports-gnome-f36b8c34a17181c1f07845bb609a5fdbddae7026.tar.gz freebsd-ports-gnome-f36b8c34a17181c1f07845bb609a5fdbddae7026.tar.zst freebsd-ports-gnome-f36b8c34a17181c1f07845bb609a5fdbddae7026.zip |
fix script path
Diffstat (limited to 'www/w3mir/Makefile')
-rw-r--r-- | www/w3mir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 948f17f80746..73a069c8b1c9 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -20,7 +20,7 @@ MAN1= w3mir.1 w3mfix.1 do-configure: @ cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL \ INSTALLMAN1DIR=${PREFIX}/man/man1 post-install: ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ |