1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add back post-patch, useful for man pages.

PR:		ports/96562
Submitted by:	Andrew Pantyukhin <infofarmer (at) gmail.com> (maintainer)
Reported by:	ports-i386 via Kris
This commit is contained in:
Thierry Thomas 2006-04-30 19:17:46 +00:00
parent 58db010577
commit 0e8defc5bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160938

View File

@ -72,4 +72,8 @@ pre-fetch:
.endif .endif
.endif .endif
post-patch:
cd ${WRKSRC}; ${FIND} . -name Makefile.in | \
${XARGS} ${REINPLACE_CMD} -e 's/@program_transform_name@//'
.include <bsd.port.post.mk> .include <bsd.port.post.mk>