From c15847e21b36cf2a0b3fba04dd36a7212e5a42b1 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 13 Apr 2013 18:03:34 +0000 Subject: - 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 Approved by: portmgr (implicit) --- math/lp_solve/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 39bb1ca..b756520 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lp_solve -# Date created: 31 June 2003 -# Whom: Pedro F. Giffuni -# +# Created by: Pedro F. Giffuni # $FreeBSD$ -# PORTNAME= lp_solve PORTVERSION= 5.5.2.0 @@ -19,7 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:R:R} USE_LDCONFIG= yes .if defined(TMPDIR) -BUILDENV= ${ENV} TMPDIR="${TMPDIR}" +BUILDENV= ${SETENV} TMPDIR="${TMPDIR}" .endif .include -- cgit v1.1