diff options
author | martti <martti> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-09 19:19:08 +0000 |
commit | 1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /textproc/hunspell | |
parent | bf2c06f11a960194271bfb15b38f2091d506ce04 (diff) | |
download | pkgsrc-1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index b7128df872f..8feeea31dac 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 18:40:42 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/10/09 19:19:15 martti Exp $ # DISTNAME= hunspell-1.1.12-2 @@ -25,7 +25,7 @@ PKGCONFIG_OVERRIDE+= hunspell.pc.in SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing default path to dictionaries. SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= man/hunspell.1 man/hu/hunspell.1 src/tools/hunspell.cxx +SUBST_FILES.paths= man/hunspell.1 man/hu/hunspell.1 src/tools/hunspell.cxx 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' |