aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-25 08:53:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-25 08:53:21 +0000
commitfcdff36357b6a021a8b67f3c69c0ba7b0a4fc767 (patch)
treee782ecd6f41b7bf3aaace95fc7a5654b65094284 /french
parent9d27d299598b94528993f950085b45ff28c2a8ce (diff)
downloadports-fcdff36357b6a021a8b67f3c69c0ba7b0a4fc767.tar.gz
ports-fcdff36357b6a021a8b67f3c69c0ba7b0a4fc767.zip
Notes
Diffstat (limited to 'french')
-rw-r--r--french/hunspell/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/french/hunspell/Makefile b/french/hunspell/Makefile
index 1d1e7f3bfd5b..bd2685374462 100644
--- a/french/hunspell/Makefile
+++ b/french/hunspell/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.dicollecte.org/download/fr/
DISTNAME= hunspell-fr-moderne-v${PORTVERSION}
MAINTAINER= office@FreeBSD.org
-COMMENT= Hunspell modern french dictionnary
+COMMENT= Hunspell modern french dictionary
USE_ZIP= yes
NO_BUILD= yes
@@ -27,13 +27,13 @@ PLIST_FILES+= share/hunspell/${ALIAS}.aff \
PLIST_DIRS= share/hunspell
do-install:
- @${MKDIR} ${PREFIX}/share/hunspell
- @${INSTALL_DATA} ${WRKDIR}/fr-moderne.aff ${PREFIX}/share/hunspell/fr_FR.aff
- @${INSTALL_DATA} ${WRKDIR}/fr-moderne.dic ${PREFIX}/share/hunspell/fr_FR.dic
- @cd ${PREFIX}/share/hunspell; \
- for alias in ${FRALIASES}; do \
- ${LN} -s fr_FR.aff $${alias}.aff ; \
- ${LN} -s fr_FR.dic $${alias}.dic ; \
- done
+ @${MKDIR} ${PREFIX}/share/hunspell
+ @${INSTALL_DATA} ${WRKDIR}/fr-moderne.aff ${PREFIX}/share/hunspell/fr_FR.aff
+ @${INSTALL_DATA} ${WRKDIR}/fr-moderne.dic ${PREFIX}/share/hunspell/fr_FR.dic
+ @cd ${PREFIX}/share/hunspell; \
+ for alias in ${FRALIASES}; do \
+ ${LN} -s fr_FR.aff $${alias}.aff ; \
+ ${LN} -s fr_FR.dic $${alias}.dic ; \
+ done
.include <bsd.port.mk>