svn commit: r325408 - head/net/empty

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 26 17:31:15 UTC 2013


Author: bapt
Date: Mon Aug 26 17:31:14 2013
New Revision: 325408
URL: http://svnweb.freebsd.org/changeset/ports/325408

Log:
  Properly define CC, this fix build without gcc

Modified:
  head/net/empty/Makefile

Modified: head/net/empty/Makefile
==============================================================================
--- head/net/empty/Makefile	Mon Aug 26 17:28:28 2013	(r325407)
+++ head/net/empty/Makefile	Mon Aug 26 17:31:14 2013	(r325408)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	empty
-# Date created:		17 September 2005
-# Whom:			Mikhail Zakharov <zmey20000 at yahoo.com>
-#
+# Created by: Mikhail Zakharov <zmey20000 at yahoo.com>
 # $FreeBSD$
 
 PORTNAME=	empty
@@ -17,6 +14,7 @@ MAN1=		empty.1
 DOCS=		CHANGELOG COPYRIGHT README README.CYGWIN
 EXAMPLES=	README em_ssh.sh em_ssh_2.sh em_sh.sh \
 		em_telnet.sh em_telnet_2.sh emsu.sh runtests.sh
+MAKE_ARGS+=	CC=${CC}
 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT


More information about the svn-ports-all mailing list