summaryrefslogtreecommitdiffstats
path: root/palm/pilot-link-devel
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2004-02-02 22:21:55 +0000
committerolgeni <olgeni@FreeBSD.org>2004-02-02 22:21:55 +0000
commit151de7417fc75f8bdcf6e5c0a2b524a4434390d2 (patch)
tree0e6a4c3a953ec39c5218581374604606b80d6377 /palm/pilot-link-devel
parent995d02a76cc81681c1bf37c997149fcdfd132820 (diff)
downloadFreeBSD-ports-151de7417fc75f8bdcf6e5c0a2b524a4434390d2.zip
FreeBSD-ports-151de7417fc75f8bdcf6e5c0a2b524a4434390d2.tar.gz
Use LOCALBASE rather than hardcoded /usr/local.
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r--palm/pilot-link-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index f437b35..b40b34c 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/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"
OpenPOWER on IntegriCloud