summaryrefslogtreecommitdiff
path: root/lang/tcl-tclX
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
committerrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
commit30a267d3c48dc8fefc724fc2836567ee8e3e55b3 (patch)
tree77b9cef42b625156081609e43af1544d569620be /lang/tcl-tclX
parent08380154f8ef872609e366d7ad67b4784cb73b0f (diff)
downloadpkgsrc-30a267d3c48dc8fefc724fc2836567ee8e3e55b3.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/tcl-tclX')
-rw-r--r--lang/tcl-tclX/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl-tclX/Makefile b/lang/tcl-tclX/Makefile
index 2c5c9f6a96d..d31d94ed325 100644
--- a/lang/tcl-tclX/Makefile
+++ b/lang/tcl-tclX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/11/10 17:34:09 tv Exp $
+# $NetBSD: Makefile,v 1.36 2007/01/07 09:13:57 rillig Exp $
#
DISTNAME= tclx8.3.5-src
@@ -57,8 +57,8 @@ post-build:
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...