diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-13 18:03:34 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-13 18:03:34 +0000 |
commit | dfe13a5e0a7bb668f1afe6ebb2299278ba213fdb (patch) | |
tree | 6160b9abda4b7061cbc2a8051e1924e02aa59101 /math/lp_solve | |
parent | 60b7b031205c76639c8b04b2ac2978961163cc9c (diff) | |
download | ports-dfe13a5e0a7bb668f1afe6ebb2299278ba213fdb.tar.gz ports-dfe13a5e0a7bb668f1afe6ebb2299278ba213fdb.zip |
Notes
Diffstat (limited to 'math/lp_solve')
-rw-r--r-- | math/lp_solve/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 39bb1ca44a25..b756520fb8cf 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 <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}_${PORTVERSION:R:R} USE_LDCONFIG= yes .if defined(TMPDIR) -BUILDENV= ${ENV} TMPDIR="${TMPDIR}" +BUILDENV= ${SETENV} TMPDIR="${TMPDIR}" .endif .include <bsd.port.pre.mk> |