diff options
author | rillig <rillig> | 2007-01-07 09:13:46 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-07 09:13:46 +0000 |
commit | 87e1bea888d90a6044a18e46681bc456ea30305c (patch) | |
tree | 77b9cef42b625156081609e43af1544d569620be /lang/tk-tclX | |
parent | 0e3f31f90a7d6a3a3dc9c7045ed1c6c9c8dac0ac (diff) | |
download | pkgsrc-87e1bea888d90a6044a18e46681bc456ea30305c.tar.gz |
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'lang/tk-tclX')
-rw-r--r-- | lang/tk-tclX/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile index 96c8762e665..369850abed9 100644 --- a/lang/tk-tclX/Makefile +++ b/lang/tk-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/11/10 17:34:47 tv Exp $ +# $NetBSD: Makefile,v 1.34 2007/01/07 09:13:57 rillig Exp $ # DISTNAME= tclx8.3.5-src @@ -83,8 +83,8 @@ post-install: ${FIND} ${PREFIX}/lib/tcl/tclX8.3/help -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} ${FIND} ${PREFIX}/lib/tcl/tclX8.3/help -type f -print | ${XARGS} ${CHMOD} ${DOCMODE} -# @${RM} ${PREFIX}/man/man3/TkX_Main.3 -# @${RM} ${PREFIX}/man/man3/Tkx_Init.3 +# @${RM} ${PREFIX}/${PKGMANDIR}/man3/TkX_Main.3 +# @${RM} ${PREFIX}/${PKGMANDIR}/man3/Tkx_Init.3 # the above links are installed based on the contents of the man page. # we don't want to modify the man page, as it is also used by ../tk-tclX, # so... |