diff options
Diffstat (limited to 'x11-toolkits/p5-qt')
-rw-r--r-- | x11-toolkits/p5-qt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-qt/Makefile b/x11-toolkits/p5-qt/Makefile index 5f2ae3164375..700df2c50c04 100644 --- a/x11-toolkits/p5-qt/Makefile +++ b/x11-toolkits/p5-qt/Makefile @@ -39,6 +39,10 @@ MAN3= Qt.3 IGNORE= "This port needs Perl 5.6.0 or greater, please upgrade your Perl!" .endif +post-configure: + @cd ${CONFIGURE_WRKSRC}/PerlQt && \ + ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile + post-install: @${FIND} ${PREFIX}/share/PerlQt-3 -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} |