From a2cab03f444dfc44193972e46623d33f74312eb7 Mon Sep 17 00:00:00 2001 From: Mikolaj Golub Date: Mon, 23 Feb 2015 20:14:04 +0000 Subject: Respect CC and CFLAGS. --- sysutils/vmtouch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/vmtouch') 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/ -- cgit v1.2.3