aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/x86info/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/x86info/Makefile')
-rw-r--r--sysutils/x86info/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile
index 25165d50ee61..367e5e52ddb6 100644
--- a/sysutils/x86info/Makefile
+++ b/sysutils/x86info/Makefile
@@ -28,4 +28,9 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/x86info.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/lsmsr.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+post-patch:
+ @${REINPLACE_CMD} \
+ -e 's|python scripts/createheader.py|${PYTHON_CMD} scripts/createheader.py|' \
+ ${WRKSRC}/Makefile
+
.include <bsd.port.mk>