Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 16:08:59 +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: r318988 - head/devel/uclmmbase
Message-ID:  <201305241608.r4OG8xD5084250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May 24 16:08:58 2013
New Revision: 318988
URL: http://svnweb.freebsd.org/changeset/ports/318988

Log:
  Do not let system make.conf inpact the port's makefile
  This fixes build on current

Modified:
  head/devel/uclmmbase/Makefile

Modified: head/devel/uclmmbase/Makefile
==============================================================================
--- head/devel/uclmmbase/Makefile	Fri May 24 16:06:06 2013	(r318987)
+++ head/devel/uclmmbase/Makefile	Fri May 24 16:08:58 2013	(r318988)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	uclmmbase
-# Date created:				Thanksgiving Day, 1999
-# Whom:	      				Garrett Wollman <wollman@lcs.mit.edu>
-#
+# Created by: Garrett Wollman <wollman@lcs.mit.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	uclmmbase
 PORTVERSION=	1.2.18
@@ -22,6 +18,7 @@ CONFIGURE_ARGS=	--enable-ipv6
 .endif
 USE_XZ=		yes
 MAKE_JOBS_SAFE=	yes
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 post-configure:
 	@for f in ${FILESDIR}/*.bsd ; do \



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