aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2015-02-24 04:14:04 +0800
committertrociny <trociny@FreeBSD.org>2015-02-24 04:14:04 +0800
commit26d67c8b6275512277394e2528304327f688b96b (patch)
treef650b6edd6a3c507bad29dcd4f6d51a9e0ffe4eb
parent11d8b960a33e31192d5544fd37dc29d1fd334d50 (diff)
downloadfreebsd-ports-gnome-26d67c8b6275512277394e2528304327f688b96b.tar.gz
freebsd-ports-gnome-26d67c8b6275512277394e2528304327f688b96b.tar.zst
freebsd-ports-gnome-26d67c8b6275512277394e2528304327f688b96b.zip
Respect CC and CFLAGS.
-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/