diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-04 07:05:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-04 07:05:30 +0000 |
commit | a569b0ed872ecf8b2603d6debdbe8fecd4272c47 (patch) | |
tree | 69e2ae078bb48a56fd4c92d53723fd7c05e97c0e /x11 | |
parent | a27c12452d6dd337f1941af48473ca91da7696df (diff) | |
download | pkgsrc-a569b0ed872ecf8b2603d6debdbe8fecd4272c47.tar.gz |
Apply same --mandir fix as for tk package.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tk83/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
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 |