diff options
author | reed <reed@pkgsrc.org> | 2005-10-10 17:39:19 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-10 17:39:19 +0000 |
commit | 96a742522a6baff6159b7be2e21cf761789012cf (patch) | |
tree | c155a65304234be912cd97135ca39ba082ff3304 /x11/tk | |
parent | 899ff50d6ae9c94361bc0c7d13a1b4d67200b695 (diff) | |
download | pkgsrc-96a742522a6baff6159b7be2e21cf761789012cf.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/Makefile | 8 |
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 |