diff options
author | ache <ache@FreeBSD.org> | 2004-12-05 10:44:48 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-12-05 10:44:48 +0000 |
commit | 3ed857155e39c22c5ba2ba46c4308eee14e8dafd (patch) | |
tree | 1e3d98c5174e772baecd32f211e542d020d37938 | |
parent | 6910da265fd94445c1a08f78f7f69ac5ff3a57ab (diff) | |
download | FreeBSD-ports-3ed857155e39c22c5ba2ba46c4308eee14e8dafd.zip FreeBSD-ports-3ed857155e39c22c5ba2ba46c4308eee14e8dafd.tar.gz |
Change INSTALL_TARGET to pure_install to not write perllocal.pod
-rw-r--r-- | www/w3mir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 7f8bac1..b72e3ab 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -19,6 +19,8 @@ USE_PERL5= yes MAN1= w3mir.1 w3mfix.1 +INSTALL_TARGET= pure_install + do-configure: @ cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ |