Date: Mon, 26 Aug 2013 17:31:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325408 - head/net/empty Message-ID: <201308261731.r7QHVEHI010644@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@yahoo.com> -# +# Created by: Mikhail Zakharov <zmey20000@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308261731.r7QHVEHI010644>