aboutsummaryrefslogtreecommitdiff
path: root/astro/gpstk
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2010-09-14 16:20:23 +0000
committerTim Bishop <tdb@FreeBSD.org>2010-09-14 16:20:23 +0000
commit1b03837a3bb9f9078a71d5edba4ee2d8eeefae90 (patch)
tree6fcc4b4a5a1504a3e923f1f823eb7c555e10acc8 /astro/gpstk
parent34453298a6650b72841e1c48910d06de16bb2fee (diff)
downloadports-1b03837a3bb9f9078a71d5edba4ee2d8eeefae90.tar.gz
ports-1b03837a3bb9f9078a71d5edba4ee2d8eeefae90.zip
- Fix build when alternate LOCALBASE used.
Notes
Notes: svn path=/head/; revision=261158
Diffstat (limited to 'astro/gpstk')
-rw-r--r--astro/gpstk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile
index bf4c859343a7..e67187197e47 100644
--- a/astro/gpstk/Makefile
+++ b/astro/gpstk/Makefile
@@ -23,7 +23,8 @@ USE_PYTHON_RUN= yes
USE_LDCONFIG= yes
JAM= ${LOCALBASE}/bin/jam
-JAM_ENV= BINDIR="${PREFIX}/bin" \
+JAM_ENV= PREFIX="${PREFIX}" \
+ BINDIR="${PREFIX}/bin" \
INCDIR="${PREFIX}/include/$(PORTNAME)" \
LIBDIR="${PREFIX}/lib" \
CC="${CC}" CCFLAGS="${CFLAGS}" \