diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-29 12:22:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-29 12:22:30 +0000 |
commit | c132d13ed17306c35f8be391d392a3ed3e1bc00a (patch) | |
tree | bec2a90320b642688a979aa4ba1d03e921851f2a /textproc | |
parent | b3a63e8cb62a924e41242c495cf8ead9da025837 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pl-hunspell/Makefile | 15 | ||||
-rw-r--r-- | textproc/pl-hunspell/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/textproc/pl-hunspell/Makefile b/textproc/pl-hunspell/Makefile index 15049209614e..956d10299b82 100644 --- a/textproc/pl-hunspell/Makefile +++ b/textproc/pl-hunspell/Makefile @@ -5,10 +5,11 @@ # $FreeBSD$ # -PORTNAME= pl-hunspell -PORTVERSION= 20110727 +PORTNAME= hunspell +PORTVERSION= 20110729 CATEGORIES= textproc MASTER_SITES= http://sjp.pl/slownik/ort/ +PKGNAMEPREFIX= pl- DISTNAME= sjp-myspell-pl-${PORTVERSION} MAINTAINER= office@FreeBSD.org @@ -20,16 +21,16 @@ LICENSE_COMB= dual USE_ZIP= yes NO_BUILD= yes -PLIST_FILES= share/hunspell/pl_PL.aff \ - share/hunspell/pl_PL.dic -PLIST_DIRSTRY= share/hunspell +PLIST_FILES= %%DATADIR%%/pl_PL.aff \ + %%DATADIR%%/pl_PL.dic +PLIST_DIRSTRY= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC} @${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC} do-install: - ${MKDIR} ${PREFIX}/share/hunspell/ - ${INSTALL_DATA} ${WRKSRC}/pl_PL.aff ${WRKSRC}/pl_PL.dic ${PREFIX}/share/hunspell/ + ${MKDIR} ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/pl_PL.aff ${WRKSRC}/pl_PL.dic ${DATADIR}/ .include <bsd.port.mk> diff --git a/textproc/pl-hunspell/distinfo b/textproc/pl-hunspell/distinfo index 98ccc53c31a0..d46a0a2b2fa0 100644 --- a/textproc/pl-hunspell/distinfo +++ b/textproc/pl-hunspell/distinfo @@ -1,2 +1,2 @@ -SHA256 (sjp-myspell-pl-20110727.zip) = c44833971bc8856a02bd9e6a7071902eb6c5d73603de695d11f3991e9d33f65a -SIZE (sjp-myspell-pl-20110727.zip) = 1090239 +SHA256 (sjp-myspell-pl-20110729.zip) = 425335db164223b5b9904c9bad74584081bb8473a312cda9f6612d5fc0e06e13 +SIZE (sjp-myspell-pl-20110729.zip) = 1091443 |