1
0
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:
Pav Lucistnik 2007-10-28 20:38:40 +00:00
parent 526009da6a
commit 09c82a569c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202231

View File

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