pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/plist The @imake-man macro should not yet be used, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e68664bf7152
branches:  trunk
changeset: 537254:e68664bf7152
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 05 17:03:04 2008 +0000

description:
The @imake-man macro should not yet be used, since it is subject to
further changes.

diffstat:

 mk/plist/plist-macros.awk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 705623fcfc68 -r e68664bf7152 mk/plist/plist-macros.awk
--- a/mk/plist/plist-macros.awk Sat Jan 05 17:01:23 2008 +0000
+++ b/mk/plist/plist-macros.awk Sat Jan 05 17:03:04 2008 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: plist-macros.awk,v 1.1 2007/10/31 21:09:03 rillig Exp $
+# $NetBSD: plist-macros.awk,v 1.2 2008/01/05 17:03:04 rillig Exp $
 
 BEGIN {
        IMAKE_MANINSTALL = getenv_or_die("IMAKE_MANINSTALL")
 }
 
+# XXX: Don't use this macro, since it is not yet supported.
+#
 # @imake-man dir basename extension
 #
 # Creates up to two PLIST entries for man pages of imake-style programs.



Home | Main Index | Thread Index | Old Index