1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- cleanup makefile

This commit is contained in:
Dirk Meyer 2003-05-14 03:53:56 +00:00
parent 2db11f41b5
commit 92a54757b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80953

View File

@ -33,7 +33,6 @@ PKGINSTALL= ${PKGDIR}/pkg-install.wish
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.wish
TCL82_PORT?= lang/tcl82
USE_REINPLACE= YES
MANCOMPRESSED= no
MAN1= wish.1
@ -302,12 +301,12 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \
palette.n tk_bisque.n \
popup.n tk_popup.n
.include <bsd.port.pre.mk>
post-configure:
${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \
${WRKSRC}/tkConfig.sh
.include <bsd.port.pre.mk>
post-install:
${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/tk${TK_VER}/
.if exists(${PKGINSTALL})