diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-07 23:56:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-07 23:56:43 +0800 |
commit | be5900e628940dac92ed2a38430f59ccab49ca47 (patch) | |
tree | c7e34102816a7aa11afe61e577ef787306a981a8 /russian/hunspell | |
parent | cfc35e2feae267ca91ffe2f6d3b222430ccf153e (diff) | |
download | freebsd-ports-gnome-be5900e628940dac92ed2a38430f59ccab49ca47.tar.gz freebsd-ports-gnome-be5900e628940dac92ed2a38430f59ccab49ca47.tar.zst freebsd-ports-gnome-be5900e628940dac92ed2a38430f59ccab49ca47.zip |
- Update to 20110801
- Set WRKSRC
- Fix typo
Diffstat (limited to 'russian/hunspell')
-rw-r--r-- | russian/hunspell/Makefile | 6 | ||||
-rw-r--r-- | russian/hunspell/distinfo | 4 | ||||
-rw-r--r-- | russian/hunspell/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/russian/hunspell/Makefile b/russian/hunspell/Makefile index 8f4fa7e31bd6..2c625648ea23 100644 --- a/russian/hunspell/Makefile +++ b/russian/hunspell/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hunspell -PORTVERSION= 20110701 -PORTREVISION= 1 +PORTVERSION= 20110801 CATEGORIES= russian textproc MASTER_SITES= GOOGLE_CODE DISTNAME= ru_RU_UTF8 @@ -17,6 +16,7 @@ COMMENT= Hunspell russian dictionary USE_ZIP= yes NO_BUILD= yes +NO_WRKSUBDIR= yes PROJECTHOST= hunspell-ru PLIST_FILES= %%DATADIR%%/ru_RU.aff \ @@ -25,6 +25,6 @@ PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKDIR}/ru_RU.aff ${WRKDIR}/ru_RU.dic ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/russian/hunspell/distinfo b/russian/hunspell/distinfo index 0303a5689ee0..1dced1ce4888 100644 --- a/russian/hunspell/distinfo +++ b/russian/hunspell/distinfo @@ -1,2 +1,2 @@ -SHA256 (ru_RU_UTF8.zip) = e362ce38641f6cf0b10389e345f8d398ed4ad805801c8c84a3c13a50cb1d7427 -SIZE (ru_RU_UTF8.zip) = 666341 +SHA256 (ru_RU_UTF8.zip) = f7e6960752fa6cba1296f16877365e35159ee68babb2fdc8800d9c06c69c9222 +SIZE (ru_RU_UTF8.zip) = 665786 diff --git a/russian/hunspell/pkg-descr b/russian/hunspell/pkg-descr index 9845395be1eb..d62feb855351 100644 --- a/russian/hunspell/pkg-descr +++ b/russian/hunspell/pkg-descr @@ -1,3 +1,3 @@ -Hunspell russian dictionnary +Hunspell russian dictionary WWW: http://code.google.com/p/hunspell-ru/ |