diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-27 22:54:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-27 22:54:21 +0800 |
commit | 6a86f612636d87f7b3e1af711d59551f359865c6 (patch) | |
tree | daee19bdde21e0ddc5d568675e5181958231d54f /polish/hunspell | |
parent | f2b95707ebf5baafbdfcdf241390e7661a48d797 (diff) | |
download | freebsd-ports-gnome-6a86f612636d87f7b3e1af711d59551f359865c6.tar.gz freebsd-ports-gnome-6a86f612636d87f7b3e1af711d59551f359865c6.tar.zst freebsd-ports-gnome-6a86f612636d87f7b3e1af711d59551f359865c6.zip |
- Update to 20110727
- Use PLIST_DIRSTRY for PREFIX/share/hunspell
- Explicitly list files to install
Diffstat (limited to 'polish/hunspell')
-rw-r--r-- | polish/hunspell/Makefile | 8 | ||||
-rw-r--r-- | polish/hunspell/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index 8eb073c65b6a..15049209614e 100644 --- a/polish/hunspell/Makefile +++ b/polish/hunspell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pl-hunspell -PORTVERSION= 20110722 +PORTVERSION= 20110727 CATEGORIES= textproc MASTER_SITES= http://sjp.pl/slownik/ort/ DISTNAME= sjp-myspell-pl-${PORTVERSION} @@ -22,14 +22,14 @@ NO_BUILD= yes PLIST_FILES= share/hunspell/pl_PL.aff \ share/hunspell/pl_PL.dic -PLIST_DIRS= share/hunspell +PLIST_DIRSTRY= share/hunspell post-extract: @${MKDIR} ${WRKSRC} @${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC} do-install: - @${MKDIR} ${PREFIX}/share/hunspell - @${INSTALL_DATA} ${WRKSRC}/pl_PL.* ${PREFIX}/share/hunspell + ${MKDIR} ${PREFIX}/share/hunspell/ + ${INSTALL_DATA} ${WRKSRC}/pl_PL.aff ${WRKSRC}/pl_PL.dic ${PREFIX}/share/hunspell/ .include <bsd.port.mk> diff --git a/polish/hunspell/distinfo b/polish/hunspell/distinfo index 16098024bdb6..98ccc53c31a0 100644 --- a/polish/hunspell/distinfo +++ b/polish/hunspell/distinfo @@ -1,2 +1,2 @@ -SHA256 (sjp-myspell-pl-20110722.zip) = 972664ad6c4b7c948316f79644df3662978542abd502585de95b0b75283df80c -SIZE (sjp-myspell-pl-20110722.zip) = 1089711 +SHA256 (sjp-myspell-pl-20110727.zip) = c44833971bc8856a02bd9e6a7071902eb6c5d73603de695d11f3991e9d33f65a +SIZE (sjp-myspell-pl-20110727.zip) = 1090239 |