From a569b0ed872ecf8b2603d6debdbe8fecd4272c47 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 4 Nov 2005 07:05:30 +0000 Subject: Apply same --mandir fix as for tk package. --- x11/tk83/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'x11/tk83') diff --git a/x11/tk83/Makefile b/x11/tk83/Makefile index 9e778b9b831..05f09f7ed22 100644 --- a/x11/tk83/Makefile +++ b/x11/tk83/Makefile @@ -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 @@ MAKE_ENV+= TOUCH="${TOUCH}" 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 @@ 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.3 wish ${INSTALL_DATA_DIR} ${PREFIX}/include/tk -- cgit v1.2.3