summaryrefslogtreecommitdiff
path: root/textproc/aspell/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-12 22:42:57 +0000
committerjlam <jlam@pkgsrc.org>2008-04-12 22:42:57 +0000
commit841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a (patch)
treefdd67c81079412bf94013749a954125434a9baca /textproc/aspell/Makefile
parent6874584eae20f517f70816571f6d4ac696db16b3 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--textproc/aspell/Makefile6
1 files changed, 3 insertions, 3 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