aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vmtouch
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2015-02-23 20:14:04 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2015-02-23 20:14:04 +0000
commita2cab03f444dfc44193972e46623d33f74312eb7 (patch)
treef650b6edd6a3c507bad29dcd4f6d51a9e0ffe4eb /sysutils/vmtouch
parentcba03eb74737bf321c587dd7cfcaa2d692427b7d (diff)
downloadports-a2cab03f444dfc44193972e46623d33f74312eb7.tar.gz
ports-a2cab03f444dfc44193972e46623d33f74312eb7.zip
Respect CC and CFLAGS.
Notes
Notes: svn path=/head/; revision=379701
Diffstat (limited to 'sysutils/vmtouch')
-rw-r--r--sysutils/vmtouch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/vmtouch/Makefile b/sysutils/vmtouch/Makefile
index 4bded8a6d8cc..2c8d29c12351 100644
--- a/sysutils/vmtouch/Makefile
+++ b/sysutils/vmtouch/Makefile
@@ -17,8 +17,8 @@ GH_COMMIT= a54935b
PLIST_FILES= bin/vmtouch \
man/man8/vmtouch.8.gz
-post-patch:
- @${REINPLACE_CMD} -e 's/^ gcc / cc /' ${WRKSRC}/Makefile
+do-build:
+ ${CC} ${CFLAGS} -o ${WRKSRC}/vmtouch ${WRKSRC}/vmtouch.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vmtouch ${STAGEDIR}${PREFIX}/bin/