diff options
Diffstat (limited to 'textproc/hunspell/Makefile')
-rw-r--r-- | textproc/hunspell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 6f87f6d3c5c..0a86a021238 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/07/19 15:06:36 ahoka Exp $ +# $NetBSD: Makefile,v 1.9 2008/07/20 23:54:06 abs Exp $ # DISTNAME= hunspell-1.2.2 @@ -30,6 +30,9 @@ SUBST_SED.paths+= -e 's,/usr/share/hunspell,${PREFIX}/share/hunspell,g' # Trailing slash important to not change hunspell.cxx SUBST_SED.paths+= -e 's,/usr/share/myspell/,${PREFIX}/share/hunspell/,g' +PLIST_SRC= PLIST +PLIST_SUBST+= DISTNAME=${DISTNAME} + .include "options.mk" .include "../../converters/libiconv/buildlink3.mk" |