diff options
author | abs <abs@pkgsrc.org> | 2008-07-20 23:54:06 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-07-20 23:54:06 +0000 |
commit | 40cf07da8f07f7312b1a4ba8891cdcab77b7df86 (patch) | |
tree | 11bc1e162041f88b7a59a97a150d4eb2bd89e3a6 /textproc | |
parent | 9fb68869e13b2afafa8013f4d4c86343d288c2c0 (diff) | |
download | pkgsrc-40cf07da8f07f7312b1a4ba8891cdcab77b7df86.tar.gz |
fix PLIST
Diffstat (limited to 'textproc')
-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" |