aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2010-09-15 00:20:23 +0800
committertdb <tdb@FreeBSD.org>2010-09-15 00:20:23 +0800
commit49c1ba3744ac6f8755596729efb6ba17e0d99c39 (patch)
tree97db73e8ef241a9dccfec7315bb17d59e591bb45 /astro
parent62ea9a99cecb93522e3e347549a8eff40f00eb91 (diff)
downloadfreebsd-ports-gnome-49c1ba3744ac6f8755596729efb6ba17e0d99c39.tar.gz
freebsd-ports-gnome-49c1ba3744ac6f8755596729efb6ba17e0d99c39.tar.zst
freebsd-ports-gnome-49c1ba3744ac6f8755596729efb6ba17e0d99c39.zip
- Fix build when alternate LOCALBASE used.
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}" \