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
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||
|
||||
VERSION= ${PORTVERSION}jp
|
||||
|
||||
|
@ -28,8 +28,8 @@ GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
RANLIB= ranlib
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -60,7 +60,7 @@ post-install:
|
||||
.if exists(${PKGINSTALL})
|
||||
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
|
||||
.endif
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
test:
|
||||
cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test
|
||||
|
@ -20,8 +20,8 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2
|
||||
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} ITCL_LIB_FILE=${ITCL_LIB_FILE}
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIB_MINOR= 1
|
||||
|
@ -18,8 +18,8 @@ INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
|
||||
USE_AUTOCONF= yes
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh
|
||||
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
||||
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
||||
|
||||
post-install:
|
||||
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
|
||||
|
Loading…
Reference in New Issue
Block a user