Don't install unneeded perllocal.pod file.

Reported by:	pointyhat via kris
This commit is contained in:
Jun Kuriyama 2005-01-26 01:15:40 +00:00
parent fdee5c5320
commit 6d8b9f3065
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127351

View File

@ -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}