From 2829e658f2ba62cb77f3f151f468ec8de1549bd5 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Jan 2007 09:13:46 +0000 Subject: 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. --- lang/tk-tclX/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/tk-tclX') 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... -- cgit v1.2.3