diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-14 03:53:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-05-14 03:53:56 +0000 |
commit | 92a54757b7a5ec30f4cee2481672ecbce9fcd2c9 (patch) | |
tree | d9141e19c560cbc8160d149f836ad9c465612d6b /x11-toolkits/tk82/Makefile | |
parent | 2db11f41b5013f229e1845fab665bb3f7c81990e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/tk82/Makefile')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index b349e102f820..3abebed85650 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -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}) |