diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-12 22:42:57 +0000 |
commit | 841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a (patch) | |
tree | fdd67c81079412bf94013749a954125434a9baca /x11/rxvt-unicode | |
parent | 6874584eae20f517f70816571f6d4ac696db16b3 (diff) | |
download | pkgsrc-841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a.tar.gz |
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/PLIST | 46 | ||||
-rw-r--r-- | x11/rxvt-unicode/options.mk | 6 |
2 files changed, 26 insertions, 26 deletions
diff --git a/x11/rxvt-unicode/PLIST b/x11/rxvt-unicode/PLIST index 0c65060af3a..f812a4e172d 100644 --- a/x11/rxvt-unicode/PLIST +++ b/x11/rxvt-unicode/PLIST @@ -1,35 +1,35 @@ -@comment $NetBSD: PLIST,v 1.7 2007/10/20 06:11:25 obache Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/04/12 22:43:15 jlam Exp $ bin/urxvt bin/urxvtc bin/urxvtd -${PERL}lib/urxvt/perl/automove-background -${PERL}lib/urxvt/perl/block-graphics-to-ascii -${PERL}lib/urxvt/perl/digital-clock -${PERL}lib/urxvt/perl/example-refresh-hooks -${PERL}lib/urxvt/perl/kuake -${PERL}lib/urxvt/perl/macosx-clipboard -${PERL}lib/urxvt/perl/matcher -${PERL}lib/urxvt/perl/option-popup -${PERL}lib/urxvt/perl/readline -${PERL}lib/urxvt/perl/remote-clipboard -${PERL}lib/urxvt/perl/searchable-scrollback -${PERL}lib/urxvt/perl/selection -${PERL}lib/urxvt/perl/selection-autotransform -${PERL}lib/urxvt/perl/selection-pastebin -${PERL}lib/urxvt/perl/selection-popup -${PERL}lib/urxvt/perl/tabbed -${PERL}lib/urxvt/perl/urxvt-popup -${PERL}lib/urxvt/perl/xim-onthespot -${PERL}lib/urxvt/urxvt.pm +${PLIST.perl}lib/urxvt/perl/automove-background +${PLIST.perl}lib/urxvt/perl/block-graphics-to-ascii +${PLIST.perl}lib/urxvt/perl/digital-clock +${PLIST.perl}lib/urxvt/perl/example-refresh-hooks +${PLIST.perl}lib/urxvt/perl/kuake +${PLIST.perl}lib/urxvt/perl/macosx-clipboard +${PLIST.perl}lib/urxvt/perl/matcher +${PLIST.perl}lib/urxvt/perl/option-popup +${PLIST.perl}lib/urxvt/perl/readline +${PLIST.perl}lib/urxvt/perl/remote-clipboard +${PLIST.perl}lib/urxvt/perl/searchable-scrollback +${PLIST.perl}lib/urxvt/perl/selection +${PLIST.perl}lib/urxvt/perl/selection-autotransform +${PLIST.perl}lib/urxvt/perl/selection-pastebin +${PLIST.perl}lib/urxvt/perl/selection-popup +${PLIST.perl}lib/urxvt/perl/tabbed +${PLIST.perl}lib/urxvt/perl/urxvt-popup +${PLIST.perl}lib/urxvt/perl/xim-onthespot +${PLIST.perl}lib/urxvt/urxvt.pm man/man1/urxvt.1 man/man1/urxvtc.1 man/man1/urxvtd.1 -${PERL}man/man3/urxvtperl.3 +${PLIST.perl}man/man3/urxvtperl.3 man/man7/urxvt.7 share/doc/rxvt-unicode/README.FAQ share/examples/rxvt-unicode/rxvt-unicode.termcap share/examples/rxvt-unicode/rxvt-unicode.terminfo @dirrm share/doc/rxvt-unicode @dirrm share/examples/rxvt-unicode -${PERL}@dirrm lib/urxvt/perl -${PERL}@dirrm lib/urxvt +${PLIST.perl}@dirrm lib/urxvt/perl +${PLIST.perl}@dirrm lib/urxvt diff --git a/x11/rxvt-unicode/options.mk b/x11/rxvt-unicode/options.mk index 0e308ba5da9..59a0b9577e3 100644 --- a/x11/rxvt-unicode/options.mk +++ b/x11/rxvt-unicode/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2007/11/22 11:59:06 obache Exp $ +# $NetBSD: options.mk,v 1.6 2008/04/12 22:43:15 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rxvt-unicode PKG_SUPPORTED_OPTIONS= perl unicode3 xft2 rxvt-term @@ -10,14 +10,14 @@ PKG_SUGGESTED_OPTIONS= perl unicode3 xft2 CONFIGURE_ARGS+= --with-term=rxvt .endif +PLIST_VARS+= perl .if !empty(PKG_OPTIONS:Mperl) CONFIGURE_ARGS+= --enable-perl -PLIST_SUBST+= PERL= +PLIST.perl= yes .include "../../lang/perl5/buildlink3.mk" USE_TOOLS+= perl .else CONFIGURE_ARGS+= --disable-perl -PLIST_SUBST+= PERL='@comment ' .endif # use 21 instead of 16 bits to represent unicode characters |