diff options
author | jlam <jlam> | 2008-04-12 22:42:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-04-12 22:42:57 +0000 |
commit | 84db467ec7c8386066718011f8d47775d5608811 (patch) | |
tree | fdd67c81079412bf94013749a954125434a9baca /chat/weechat/PLIST | |
parent | 7082f8c2044621c8641f3c82a2da95c2d442048c (diff) | |
download | pkgsrc-84db467ec7c8386066718011f8d47775d5608811.tar.gz |
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'chat/weechat/PLIST')
-rw-r--r-- | chat/weechat/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chat/weechat/PLIST b/chat/weechat/PLIST index 234d6b47685..991d9309232 100644 --- a/chat/weechat/PLIST +++ b/chat/weechat/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.8 2007/10/12 18:38:41 tonio Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/04/12 22:42:58 jlam Exp $ bin/weechat-curses -${WITHLUA}lib/weechat/plugins/lua.la -${WITHPYTHON}lib/weechat/plugins/python.la -${WITHCHARSET}lib/weechat/plugins/charset.la +${PLIST.lua}lib/weechat/plugins/lua.la +${PLIST.python}lib/weechat/plugins/python.la +${PLIST.charset}lib/weechat/plugins/charset.la man/man1/weechat-curses.1 share/doc/weechat/html/de/weechat-doc.css share/doc/weechat/html/en/weechat-doc.css @@ -26,5 +26,5 @@ share/locale/ru/LC_MESSAGES/weechat.mo @dirrm share/doc/weechat/html/de @dirrm share/doc/weechat/html @dirrm share/doc/weechat -${WITHPLUGIN}@dirrm lib/weechat/plugins -${WITHPLUGIN}@dirrm lib/weechat +${PLIST.plugin}@dirrm lib/weechat/plugins +${PLIST.plugin}@dirrm lib/weechat |