pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/tk Remove the workaround for installing the man pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30788dd1509f
branches:  trunk
changeset: 500592:30788dd1509f
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 10 17:39:19 2005 +0000

description:
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:

 x11/tk/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 733aaaeda7d2 -r 30788dd1509f x11/tk/Makefile
--- a/x11/tk/Makefile   Mon Oct 10 17:37:17 2005 +0000
+++ b/x11/tk/Makefile   Mon Oct 10 17:39:19 2005 +0000
@@ -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 @@
 
 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 @@
                ${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



Home | Main Index | Thread Index | Old Index