mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Don't install unneeded perllocal.pod file.
Reported by: pointyhat via kris
This commit is contained in:
parent
fdee5c5320
commit
6d8b9f3065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127351
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user