aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RTx-RightsMatrix
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-19 22:16:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-19 22:16:18 +0000
commit91511104dd292fd41c0302159b2267543a17c6e8 (patch)
tree5e0ef4668dd271cb2c37f0954a376aae8844c11d /www/p5-RTx-RightsMatrix
parent2af736c19515e0923207cbc84d61407dd9c231c8 (diff)
downloadports-91511104dd292fd41c0302159b2267543a17c6e8.tar.gz
ports-91511104dd292fd41c0302159b2267543a17c6e8.zip
Notes
Diffstat (limited to 'www/p5-RTx-RightsMatrix')
-rw-r--r--www/p5-RTx-RightsMatrix/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-RTx-RightsMatrix/Makefile b/www/p5-RTx-RightsMatrix/Makefile
index 8d593cfe2481..8843e85d2389 100644
--- a/www/p5-RTx-RightsMatrix/Makefile
+++ b/www/p5-RTx-RightsMatrix/Makefile
@@ -28,10 +28,12 @@ MAN3= RTx::RightsMatrix::RolePrincipal.3 \
RTx::RightsMatrix::Util.3 \
RTx::RightsMatrix.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>