diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-05 17:03:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-05 17:03:04 +0000 |
commit | 1194eb3d9e9b1208e1d9c53dc15c48cc80230fef (patch) | |
tree | 0403538d1bfaeb9b833d681b884bfdb1c0621067 /mk/plist | |
parent | 4d3b9ab24d9cf3812b9693a95c7adea57841041e (diff) | |
download | pkgsrc-1194eb3d9e9b1208e1d9c53dc15c48cc80230fef.tar.gz |
The @imake-man macro should not yet be used, since it is subject to
further changes.
Diffstat (limited to 'mk/plist')
-rw-r--r-- | mk/plist/plist-macros.awk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/plist/plist-macros.awk b/mk/plist/plist-macros.awk index 16c428a6971..46f34d1e8c5 100644 --- a/mk/plist/plist-macros.awk +++ b/mk/plist/plist-macros.awk @@ -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. |