diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-12 19:17:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-12 19:17:06 +0000 |
commit | e07aaa88accd4962818f6efd109458ba18fc3557 (patch) | |
tree | c3abefd64ec6d20aa524f34eccbb4484c17ee7c6 /textproc/ts-hunspell | |
parent | c6527d9336ad2f3169768f3a7a92172071968605 (diff) | |
download | ports-e07aaa88accd4962818f6efd109458ba18fc3557.tar.gz ports-e07aaa88accd4962818f6efd109458ba18fc3557.zip |
Notes
Diffstat (limited to 'textproc/ts-hunspell')
-rw-r--r-- | textproc/ts-hunspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/ts-hunspell/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ts-hunspell/Makefile b/textproc/ts-hunspell/Makefile index 5b80e1f7d8ec..f31a2d3348dd 100644 --- a/textproc/ts-hunspell/Makefile +++ b/textproc/ts-hunspell/Makefile @@ -20,6 +20,7 @@ COMMENT= Tsonga hunspell dictionaries USE_ZIP= yes NO_BUILD= yes +WRKSRC= ${WRKDIR}/dictionaries PLIST_FILES= %%DATADIR%%/ts_ZA.aff \ %%DATADIR%%/ts_ZA.dic @@ -27,7 +28,7 @@ PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/dictionaries/ts-ZA.aff ${DATADIR}/ts_ZA.aff - ${INSTALL_DATA} ${WRKDIR}/dictionaries/ts-ZA.dic ${DATADIR}/ts_ZA.dic + ${INSTALL_DATA} ${WRKSRC}/ts-ZA.aff ${DATADIR}/ts_ZA.aff + ${INSTALL_DATA} ${WRKSRC}/ts-ZA.dic ${DATADIR}/ts_ZA.dic .include <bsd.port.mk> diff --git a/textproc/ts-hunspell/pkg-descr b/textproc/ts-hunspell/pkg-descr index df12b4493afd..fae6fb62ebe0 100644 --- a/textproc/ts-hunspell/pkg-descr +++ b/textproc/ts-hunspell/pkg-descr @@ -1,3 +1,3 @@ -Tsonga hunspell dictionnaries +Tsonga hunspell dictionaries WWW: http://www.translate.org.za/ |