summaryrefslogtreecommitdiff
path: root/x11/tk
diff options
context:
space:
mode:
authorreed <reed>2005-10-10 17:39:19 +0000
committerreed <reed>2005-10-10 17:39:19 +0000
commitc75ae05e492511970ff10998488a30ef83599147 (patch)
treec155a65304234be912cd97135ca39ba082ff3304 /x11/tk
parent51bcd45228ba7b8de210731347adf37180aa35f7 (diff)
downloadpkgsrc-c75ae05e492511970ff10998488a30ef83599147.tar.gz
Remove the workaround for installing the man pages into a
staged directory. This is not needed for this version of tk. Okayed by maintainer.
Diffstat (limited to 'x11/tk')
-rw-r--r--x11/tk/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index 3a2fd9a5754..6f2a60f30cd 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2005/09/08 21:25:15 minskim Exp $
+# $NetBSD: Makefile,v 1.50 2005/10/10 17:39:19 reed Exp $
DISTNAME= tk${TK_VERSION}-src
PKGNAME= tk-${TK_VERSION}
@@ -26,10 +26,6 @@ PTHREAD_OPTS+= require
TEST_TARGET= test
-# Initially install the man pages into ${WRKDIR}/man, as we need a staged
-# install to avoid overwriting existing manpages in ${PREFIX}/man.
-CONFIGURE_ARGS+= --mandir=${WRKDIR:Q}/man
-
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
@@ -42,8 +38,6 @@ post-build:
${MV} ${WRKSRC}/tkConfig.sh.tmp ${WRKSRC}/tkConfig.sh
post-install:
- cd ${WRKDIR} && ${PAX} -rwpm man ${PREFIX}
- ${RM} -rf ${WRKDIR}/man
${RM} -f ${PREFIX}/bin/wish
cd ${PREFIX}/bin && ${LN} -s wish8.4 wish
${INSTALL_DATA_DIR} ${PREFIX}/include/tk