diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-19 22:16:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-19 22:16:18 +0000 |
commit | 91511104dd292fd41c0302159b2267543a17c6e8 (patch) | |
tree | 5e0ef4668dd271cb2c37f0954a376aae8844c11d /www/p5-RTx-Shredder | |
parent | 2af736c19515e0923207cbc84d61407dd9c231c8 (diff) | |
download | ports-91511104dd292fd41c0302159b2267543a17c6e8.tar.gz ports-91511104dd292fd41c0302159b2267543a17c6e8.zip |
Notes
Diffstat (limited to 'www/p5-RTx-Shredder')
-rw-r--r-- | www/p5-RTx-Shredder/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-RTx-Shredder/Makefile b/www/p5-RTx-Shredder/Makefile index eeb20d7f101a..297162366e4d 100644 --- a/www/p5-RTx-Shredder/Makefile +++ b/www/p5-RTx-Shredder/Makefile @@ -37,10 +37,12 @@ MAN3= RTx::Shredder::Plugin::Base.3 \ RTx::Shredder::Plugin::Users.3 \ RTx::Shredder::Plugin::Objects.3 -# Don't use normal CONFIGURE_ARGS +# Don't use normal CONFIGURE_ARGS. Disable doc_?????_indstall targets to +# suppress installing perllocal.pod. This duplicates code from bsd.perl.mk +# rather undesirably. do-configure: @cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} \ - ${PERL5} ./${CONFIGURE_SCRIPT} + ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .include <bsd.port.mk> |