diff options
author | abs <abs> | 2008-07-20 23:54:06 +0000 |
---|---|---|
committer | abs <abs> | 2008-07-20 23:54:06 +0000 |
commit | 4f1ecfad42aeee3d1b7c8f404b2d00423c6b34ad (patch) | |
tree | 11bc1e162041f88b7a59a97a150d4eb2bd89e3a6 /textproc | |
parent | 14acb3a5a0434206e8c469232d5cc4139c3fe992 (diff) | |
download | pkgsrc-4f1ecfad42aeee3d1b7c8f404b2d00423c6b34ad.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" |