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 /textproc/aspell | |
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 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/aspell/PLIST | 28 |
2 files changed, 17 insertions, 17 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 613ac60d075..40b6b1ef60b 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2008/03/11 18:47:41 tnn Exp $ +# $NetBSD: Makefile,v 1.55 2008/04/12 22:43:13 jlam Exp $ # DISTNAME= aspell-0.60.5 @@ -46,12 +46,12 @@ PKG_SUPPORTED_OPTIONS= # none .include "../../mk/bsd.options.mk" +PLIST_VARS+= filters .if !empty(PKG_OPTIONS:Maspell-loadable-filters) CONFIGURE_ARGS+= --disable-compile-in-filters -PLIST_SUBST+= FILTER="" +PLIST.filters= yes .else CONFIGURE_ARGS+= --enable-compile-in-filters -PLIST_SUBST+= FILTER="@comment " .endif REPLACE_PERL= scripts/aspell-import diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index 7038427ec53..e20ecb103e7 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2007/01/06 22:07:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2008/04/12 22:43:13 jlam Exp $ bin/aspell bin/aspell-import bin/precat @@ -14,19 +14,19 @@ info/aspell-dev.info info/aspell.info lib/aspell/ccpp.amf lib/aspell/comment.amf -${FILTER}lib/aspell/context-filter.la -${FILTER}lib/aspell/email-filter.la +${PLIST.filters}lib/aspell/context-filter.la +${PLIST.filters}lib/aspell/email-filter.la lib/aspell/email.amf lib/aspell/html.amf lib/aspell/none.amf -${FILTER}lib/aspell/nroff-filter.la +${PLIST.filters}lib/aspell/nroff-filter.la lib/aspell/nroff.amf lib/aspell/perl.amf -${FILTER}lib/aspell/sgml-filter.la +${PLIST.filters}lib/aspell/sgml-filter.la lib/aspell/sgml.amf -${FILTER}lib/aspell/tex-filter.la +${PLIST.filters}lib/aspell/tex-filter.la lib/aspell/tex.amf -${FILTER}lib/aspell/texinfo-filter.la +${PLIST.filters}lib/aspell/texinfo-filter.la lib/aspell/texinfo.amf lib/aspell/url.amf lib/libaspell.la @@ -37,7 +37,7 @@ man/man1/prezip-bin.1 man/man1/pspell-config.1 man/man1/run-with-aspell.1 man/man1/word-list-compress.1 -${FILTER}share/aspell/context-filter.info +${PLIST.filters}share/aspell/context-filter.info share/aspell/cp1250.cmap share/aspell/cp1250.cset share/aspell/cp1251.cmap @@ -57,8 +57,8 @@ share/aspell/cp1257.cset share/aspell/cp1258.cmap share/aspell/cp1258.cset share/aspell/dvorak.kbd -${FILTER}share/aspell/email-filter.info -${FILTER}share/aspell/html-filter.info +${PLIST.filters}share/aspell/email-filter.info +${PLIST.filters}share/aspell/html-filter.info share/aspell/iso-8859-1.cmap share/aspell/iso-8859-1.cset share/aspell/iso-8859-10.cmap @@ -94,13 +94,13 @@ share/aspell/koi8-r.cmap share/aspell/koi8-r.cset share/aspell/koi8-u.cmap share/aspell/koi8-u.cset -${FILTER}share/aspell/nroff-filter.info -${FILTER}share/aspell/sgml-filter.info +${PLIST.filters}share/aspell/nroff-filter.info +${PLIST.filters}share/aspell/sgml-filter.info share/aspell/spell share/aspell/split.kbd share/aspell/standard.kbd -${FILTER}share/aspell/tex-filter.info -${FILTER}share/aspell/texinfo-filter.info +${PLIST.filters}share/aspell/tex-filter.info +${PLIST.filters}share/aspell/texinfo-filter.info share/locale/be/LC_MESSAGES/aspell.mo share/locale/ca/LC_MESSAGES/aspell.mo share/locale/cs/LC_MESSAGES/aspell.mo |