svn commit: r379701 - head/sysutils/vmtouch

Mikolaj Golub trociny at FreeBSD.org
Mon Feb 23 20:14:05 UTC 2015


Author: trociny
Date: Mon Feb 23 20:14:04 2015
New Revision: 379701
URL: https://svnweb.freebsd.org/changeset/ports/379701
QAT: https://qat.redports.org/buildarchive/r379701/

Log:
  Respect CC and CFLAGS.

Modified:
  head/sysutils/vmtouch/Makefile

Modified: head/sysutils/vmtouch/Makefile
==============================================================================
--- head/sysutils/vmtouch/Makefile	Mon Feb 23 19:39:09 2015	(r379700)
+++ head/sysutils/vmtouch/Makefile	Mon Feb 23 20:14:04 2015	(r379701)
@@ -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/


More information about the svn-ports-all mailing list