svn commit: r318988 - head/devel/uclmmbase

Baptiste Daroussin bapt at FreeBSD.org
Fri May 24 16:08:59 UTC 2013


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 at lcs.mit.edu>
-#
+# Created by: Garrett Wollman <wollman at 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 \


More information about the svn-ports-all mailing list