summaryrefslogtreecommitdiff
path: root/astro
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
parentFix build issue which is inclusion of already installed header. (diff)
- Fix build when alternate LOCALBASE used.
Notes
Notes: svn path=/head/; revision=261158
Diffstat (limited to 'astro')
-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}" \