1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Use LOCALBASE rather than hardcoded /usr/local.

This commit is contained in:
Jimmy Olgeni 2004-02-02 22:21:55 +00:00
parent 5a668391d6
commit 4f7280a43d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99841
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"