Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2015 20:14:05 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379701 - head/sysutils/vmtouch
Message-ID:  <201502232014.t1NKE5uM016649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502232014.t1NKE5uM016649>