summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk82
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-05-14 03:53:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-05-14 03:53:56 +0000
commit92a54757b7a5ec30f4cee2481672ecbce9fcd2c9 (patch)
treed9141e19c560cbc8160d149f836ad9c465612d6b /x11-toolkits/tk82
parentFix packaging of linux_dri by adding NO_FILTER_SHLIBS. (diff)
- cleanup makefile
Notes
Notes: svn path=/head/; revision=80953
Diffstat (limited to 'x11-toolkits/tk82')
-rw-r--r--x11-toolkits/tk82/Makefile5
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})