summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-19 06:30:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-19 06:30:03 +0000
commit9032b9e3be1ce4a320fe40a6a6738db5960640f5 (patch)
treebeeea51203d92a28a6f2502ae6d3a64531018316 /sysutils
parentFix a typo I made. (s/navigator/communicator/) (diff)
fix build on current
Notes
Notes: svn path=/head/; revision=70459
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/x86info/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile
index 0b67f699e6ed..5c475f1a33ac 100644
--- a/sysutils/x86info/Makefile
+++ b/sysutils/x86info/Makefile
@@ -17,6 +17,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
ONLY_FOR_ARCHS= i386
+USE_REINPLACE= yes
+
+post-patch:
+.for file in x86info.h mptable.c
+ @${REINPLACE_CMD} -e "s|machine/types.h|sys/types.h|g" ${WRKSRC}/${file}
+.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin