diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-04 00:19:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-04 00:19:50 +0800 |
commit | 63c2537a5d13c76461803393ebd28c4e6ec0f072 (patch) | |
tree | 6993048c9e141ba8b5cbc51c636bfcfbbc17ab06 /portuguese/hunspell | |
parent | 84bcec420996bd548ed3155214f9366d699fa93c (diff) | |
download | freebsd-ports-gnome-63c2537a5d13c76461803393ebd28c4e6ec0f072.tar.gz freebsd-ports-gnome-63c2537a5d13c76461803393ebd28c4e6ec0f072.tar.zst freebsd-ports-gnome-63c2537a5d13c76461803393ebd28c4e6ec0f072.zip |
- Update to 20131001
- Support STAGEDIR
Diffstat (limited to 'portuguese/hunspell')
-rw-r--r-- | portuguese/hunspell/Makefile | 7 | ||||
-rw-r--r-- | portuguese/hunspell/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/portuguese/hunspell/Makefile b/portuguese/hunspell/Makefile index 77b671ef17b0..a4f3604f33d5 100644 --- a/portuguese/hunspell/Makefile +++ b/portuguese/hunspell/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20130902 +PORTVERSION= 20131001 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/ \ http://www.broffice.org/files/:BR \ @@ -22,10 +22,9 @@ PLIST_FILES= %%DATADIR%%/pt_BR.aff \ %%DATADIR%%/pt_PT.dic PLIST_DIRSTRY= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKDIR}/pt_BR.aff ${WRKDIR}/pt_BR.dic \ - ${WRKSRC}/pt_PT.aff ${WRKSRC}/pt_PT.dic ${DATADIR}/ + ${WRKSRC}/pt_PT.aff ${WRKSRC}/pt_PT.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> diff --git a/portuguese/hunspell/distinfo b/portuguese/hunspell/distinfo index f0a39c9ad309..1900d237d0c3 100644 --- a/portuguese/hunspell/distinfo +++ b/portuguese/hunspell/distinfo @@ -1,4 +1,4 @@ -SHA256 (hunspell/hunspell-pt_PT-20130902.tar.gz) = 2f265149ee4f315d3013aa068a598ff4b7ee7b39780e794dd56b79e8bf285b9c -SIZE (hunspell/hunspell-pt_PT-20130902.tar.gz) = 254406 +SHA256 (hunspell/hunspell-pt_PT-20131001.tar.gz) = 29c610f63633ba95ed2fb5f2c2f488d9a2a06745fc691bb320091fa1f09b0ef4 +SIZE (hunspell/hunspell-pt_PT-20131001.tar.gz) = 254477 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 |