mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Prevent perllocal.pod from being written
Reported by: pointyhat With hat: portmgr
This commit is contained in:
parent
526009da6a
commit
09c82a569c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202231
@ -310,6 +310,8 @@ INSTALL_TARGET= install install-data-html
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# prevent perllocal.pod from being written
|
||||
@${REINPLACE_CMD} -e "/PERL/s|install$$|pure_install|" ${WRKSRC}/Makefile.in
|
||||
# remove the autogenerated Magick.c so it will be regenerated from
|
||||
# Magick.xs on _this_ system:
|
||||
@${RM} -f ${WRKSRC}/PerlMagick/Magick.c
|
||||
|
Loading…
Reference in New Issue
Block a user