- Remove unneeded post-patch

This commit is contained in:
Michael Johnson 2006-02-11 23:26:27 +00:00
parent e9c0c3a7e5
commit 5d00704eda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155798

View file

@ -38,8 +38,4 @@ pre-everything::
@${ECHO_MSG} " WITH_GLX=yes Enable support for DRI rendering (may improve performance)"
@${ECHO_MSG} ""
post-patch:
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c
.include <bsd.port.mk>