mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ MAN3= Qt.3
|
||||||
IGNORE= "This port needs Perl 5.6.0 or greater, please upgrade your Perl!"
|
IGNORE= "This port needs Perl 5.6.0 or greater, please upgrade your Perl!"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-configure:
|
||||||
|
@cd ${CONFIGURE_WRKSRC}/PerlQt && \
|
||||||
|
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${FIND} ${PREFIX}/share/PerlQt-3 -type f | \
|
@${FIND} ${PREFIX}/share/PerlQt-3 -type f | \
|
||||||
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
|
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
|
||||||
|
|
Loading…
Add table
Reference in a new issue