diff options
author | Mikolaj Golub <trociny@FreeBSD.org> | 2015-02-23 20:14:04 +0000 |
---|---|---|
committer | Mikolaj Golub <trociny@FreeBSD.org> | 2015-02-23 20:14:04 +0000 |
commit | a2cab03f444dfc44193972e46623d33f74312eb7 (patch) | |
tree | f650b6edd6a3c507bad29dcd4f6d51a9e0ffe4eb /sysutils/vmtouch | |
parent | cba03eb74737bf321c587dd7cfcaa2d692427b7d (diff) | |
download | ports-a2cab03f444dfc44193972e46623d33f74312eb7.tar.gz ports-a2cab03f444dfc44193972e46623d33f74312eb7.zip |
Notes
Diffstat (limited to 'sysutils/vmtouch')
-rw-r--r-- | sysutils/vmtouch/Makefile | 4 |
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/ |