pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/tk83 Apply same --mandir fix as for tk package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3ee0515ef13
branches:  trunk
changeset: 502322:f3ee0515ef13
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 04 07:05:30 2005 +0000

description:
Apply same --mandir fix as for tk package.

diffstat:

 x11/tk83/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r aa8f52b5ff28 -r f3ee0515ef13 x11/tk83/Makefile
--- a/x11/tk83/Makefile Fri Nov 04 07:05:15 2005 +0000
+++ b/x11/tk83/Makefile Fri Nov 04 07:05:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/31 09:40:15 seb Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/04 07:05:30 wiz Exp $
 
 DISTNAME=      tk8.3.4
 PKGNAME=       tk-8.3.4
@@ -21,11 +21,6 @@
 USE_LIBTOOL=           yes
 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}/man
-
 .include "../../mk/bsd.prefs.mk"
 
 .if defined(ABI) && ${ABI} == "64"
@@ -61,8 +56,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.3 wish
        ${INSTALL_DATA_DIR} ${PREFIX}/include/tk



Home | Main Index | Thread Index | Old Index