mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Update to 20110727
- Use PLIST_DIRSTRY for PREFIX/share/hunspell - Explicitly list files to install
This commit is contained in:
parent
6a333c6f4b
commit
df4e6f83f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278409
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user