mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Adjust to lang/tcl* install/deinstall script paths.
This commit is contained in:
parent
5e284d22d4
commit
abc7b2571a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33571
@ -21,8 +21,8 @@ USE_AUTOCONF= yes
|
|||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_ARGS= --enable-shared
|
CONFIGURE_ARGS= --enable-shared
|
||||||
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
||||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||||
|
|
||||||
VERSION= ${PORTVERSION}jp
|
VERSION= ${PORTVERSION}jp
|
||||||
|
|
||||||
|
@ -28,8 +28,8 @@ GNU_CONFIGURE= yes
|
|||||||
USE_AUTOCONF= yes
|
USE_AUTOCONF= yes
|
||||||
CONFIGURE_ARGS= --enable-shared
|
CONFIGURE_ARGS= --enable-shared
|
||||||
RANLIB= ranlib
|
RANLIB= ranlib
|
||||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
@ -60,7 +60,7 @@ post-install:
|
|||||||
.if exists(${PKGINSTALL})
|
.if exists(${PKGINSTALL})
|
||||||
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
|
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
|
||||||
.endif
|
.endif
|
||||||
@${CAT} ${PKGDIR}/MESSAGE
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test
|
cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test
|
||||||
|
@ -20,8 +20,8 @@ INSTALLS_SHLIB= yes
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2
|
CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2
|
||||||
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} ITCL_LIB_FILE=${ITCL_LIB_FILE}
|
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} ITCL_LIB_FILE=${ITCL_LIB_FILE}
|
||||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||||
|
|
||||||
SHLIB_MAJOR= 1
|
SHLIB_MAJOR= 1
|
||||||
SHLIB_MINOR= 1
|
SHLIB_MINOR= 1
|
||||||
|
@ -18,8 +18,8 @@ INSTALLS_SHLIB= yes
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
|
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
|
||||||
USE_AUTOCONF= yes
|
USE_AUTOCONF= yes
|
||||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
|
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
|
||||||
|
Loading…
Reference in New Issue
Block a user