diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-29 20:22:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-29 20:22:30 +0800 |
commit | 0043090509b4ac26de77f34ee09a33cbf653c355 (patch) | |
tree | fc86735664c91d293e35a358cc3fd0e6f1ea9f66 /polish | |
parent | a9f28772036f19160726a276537ad8655ec96cd8 (diff) | |
download | freebsd-ports-gnome-0043090509b4ac26de77f34ee09a33cbf653c355.tar.gz freebsd-ports-gnome-0043090509b4ac26de77f34ee09a33cbf653c355.tar.zst freebsd-ports-gnome-0043090509b4ac26de77f34ee09a33cbf653c355.zip |
- Update to 20110729
- Move language prefix to PKGNAMEPREFIX
- Use DATADIR
Diffstat (limited to 'polish')
-rw-r--r-- | polish/hunspell/Makefile | 15 | ||||
-rw-r--r-- | polish/hunspell/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index 15049209614e..956d10299b82 100644 --- a/polish/hunspell/Makefile +++ b/polish/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/polish/hunspell/distinfo b/polish/hunspell/distinfo index 98ccc53c31a0..d46a0a2b2fa0 100644 --- a/polish/hunspell/distinfo +++ b/polish/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 |