pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl During print-PLIST, output a comment for the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cd6b157a904
branches:  trunk
changeset: 482578:4cd6b157a904
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 30 05:48:51 2004 +0000

description:
During print-PLIST, output a comment for the tcl/lib directory.

diffstat:

 lang/tcl/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 70adbceedd7b -r 4cd6b157a904 lang/tcl/buildlink3.mk
--- a/lang/tcl/buildlink3.mk    Sat Oct 30 05:46:21 2004 +0000
+++ b/lang/tcl/buildlink3.mk    Sat Oct 30 05:48:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2004/10/03 00:15:03 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2004/10/30 05:48:51 minskim Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 TCL_BUILDLINK3_MK:=    ${TCL_BUILDLINK3_MK}+
@@ -25,6 +25,8 @@
 
 TCLCONFIG_SH?=         ${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
 
+PRINT_PLIST_AWK+=      /^@dirrm lib\/tcl$$/ \
+                               { print "@comment in tcl: " $$0; next; }
 .endif # TCL_BUILDLINK3_MK
 
 .if !defined(_TCL_NOTHREAD)



Home | Main Index | Thread Index | Old Index