svn commit: r315797 - head/math/lp_solve

Bryan Drewery bdrewery at FreeBSD.org
Sat Apr 13 18:03:36 UTC 2013


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 at 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 at asme.org>
-#
+# Created by: Pedro F. Giffuni <giffunip at 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>


More information about the svn-ports-head mailing list