diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-25 16:53:21 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-25 16:53:21 +0800 |
commit | fcdff36357b6a021a8b67f3c69c0ba7b0a4fc767 (patch) | |
tree | e782ecd6f41b7bf3aaace95fc7a5654b65094284 /german | |
parent | 9d27d299598b94528993f950085b45ff28c2a8ce (diff) | |
download | freebsd-ports-gnome-fcdff36357b6a021a8b67f3c69c0ba7b0a4fc767.tar.gz freebsd-ports-gnome-fcdff36357b6a021a8b67f3c69c0ba7b0a4fc767.tar.zst freebsd-ports-gnome-fcdff36357b6a021a8b67f3c69c0ba7b0a4fc767.zip |
- Fix typo
Diffstat (limited to 'german')
-rw-r--r-- | german/hunspell/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/german/hunspell/Makefile b/german/hunspell/Makefile index caa321cdaf0c..32493aaf9db5 100644 --- a/german/hunspell/Makefile +++ b/german/hunspell/Makefile @@ -12,12 +12,12 @@ MASTER_SITES= http://www.j3e.de/ispell/igerman98/dict/ DISTNAME= igerman98-${PORTVERSION} MAINTAINER= office@FreeBSD.org -COMMENT= Hunspell german dictionnary +COMMENT= Hunspell german dictionary BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell USE_BZIP2= yes -WRKSRC= ${WRKDIR}/igerman98-${PORTVERSION} +WRKSRC= ${WRKDIR}/igerman98-${PORTVERSION} USE_GMAKE= yes ALL_TARGET= hunspell-all @@ -43,18 +43,18 @@ PLIST_FILES+= share/hunspell/${ALIAS}.aff \ .endfor do-install: - @${MKDIR} ${PREFIX}/share/hunspell - @${INSTALL_DATA} ${WRKSRC}/hunspell/*.aff \ - ${WRKSRC}/hunspell/*.dic \ - ${PREFIX}/share/hunspell/ - @cd ${PREFIX}/share/hunspell; \ - for alias in ${DEALIASES}; do \ - ${LN} -s de_DE.aff $${alias}.aff ; \ - ${LN} -s de_DE.dic $${alias}.dic ; \ - done; \ - for alias in ${CHALIASES}; do \ - ${LN} -s de_CH.aff $${alias}.aff ; \ - ${LN} -s de_CH.dic $${alias}.dic ; \ - done; + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKSRC}/hunspell/*.aff \ + ${WRKSRC}/hunspell/*.dic \ + ${PREFIX}/share/hunspell/ + @cd ${PREFIX}/share/hunspell; \ + for alias in ${DEALIASES}; do \ + ${LN} -s de_DE.aff $${alias}.aff ; \ + ${LN} -s de_DE.dic $${alias}.dic ; \ + done; \ + for alias in ${CHALIASES}; do \ + ${LN} -s de_CH.aff $${alias}.aff ; \ + ${LN} -s de_CH.dic $${alias}.dic ; \ + done; .include <bsd.port.mk> |