aboutsummaryrefslogtreecommitdiffstats
path: root/palm/pilot-link/Makefile
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2004-02-03 06:21:55 +0800
committerolgeni <olgeni@FreeBSD.org>2004-02-03 06:21:55 +0800
commit151de7417fc75f8bdcf6e5c0a2b524a4434390d2 (patch)
tree0e6a4c3a953ec39c5218581374604606b80d6377 /palm/pilot-link/Makefile
parent995d02a76cc81681c1bf37c997149fcdfd132820 (diff)
downloadfreebsd-ports-151de7417fc75f8bdcf6e5c0a2b524a4434390d2.tar.gz
freebsd-ports-151de7417fc75f8bdcf6e5c0a2b524a4434390d2.tar.zst
freebsd-ports-151de7417fc75f8bdcf6e5c0a2b524a4434390d2.zip
Use LOCALBASE rather than hardcoded /usr/local.
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r--palm/pilot-link/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index f437b35d0c2a..b40b34cf7f19 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -25,7 +25,7 @@ USE_PERL5= yes
CFLAGS+= -I${LOCALBASE}/include
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=/usr/local/include/tcl8.3/ --with-tcl=/usr/local/lib/tcl8.3/ --program-transform-name=
+CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=${LOCALBASE}/include/tcl8.3/ --with-tcl=${LOCALBASE}/lib/tcl8.3/ --program-transform-name=
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.include "${.CURDIR}/manpages.mk"