Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2013 18:03:35 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315797 - head/math/lp_solve
Message-ID:  <201304131803.r3DI3ZQS035233@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Apr 13 18:03:34 2013
New Revision: 315797
URL: http://svnweb.freebsd.org/changeset/ports/315797

Log:
  - Fix build as non-root by using proper SETENV to reference /usr/bin/env
  - Trim header
  
  PR:		ports/173559
  Submitted by:	cperciva
  Reported by:	Tilman Blumhagen <tilman.blumhagen@googlemail.com>
  Approved by:	portmgr (implicit)

Modified:
  head/math/lp_solve/Makefile

Modified: head/math/lp_solve/Makefile
==============================================================================
--- head/math/lp_solve/Makefile	Sat Apr 13 15:44:08 2013	(r315796)
+++ head/math/lp_solve/Makefile	Sat Apr 13 18:03:34 2013	(r315797)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	lp_solve
-# Date created:         31 June 2003
-# Whom:			Pedro F. Giffuni <giffunip@asme.org>
-#
+# Created by: Pedro F. Giffuni <giffunip@asme.org>
 # $FreeBSD$
-#
 
 PORTNAME=	lp_solve
 PORTVERSION=	5.5.2.0
@@ -19,7 +15,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVER
 USE_LDCONFIG=	yes
 
 .if defined(TMPDIR)
-BUILDENV=	${ENV} TMPDIR="${TMPDIR}"
+BUILDENV=	${SETENV} TMPDIR="${TMPDIR}"
 .endif
 
 .include <bsd.port.pre.mk>



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