- Update to 0.91 (add manpage, fix error handling)

Approved by:	miwi (mentor)
This commit is contained in:
Dmitry Marakasov 2008-07-07 19:17:24 +00:00
parent eb48b3c407
commit 542a52fa30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216494
2 changed files with 6 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= kiconvtool
PORTVERSION= 0.90
PORTVERSION= 0.91
CATEGORIES= sysutils
MASTER_SITES= http://www.amdmi3.ru/distfiles/ \
${MASTER_SITE_LOCAL}
@ -17,7 +17,7 @@ COMMENT= Tool to preload kernel iconv charset tables
PLIST_FILES= sbin/kiconvtool etc/rc.d/kiconv
PORTDOCS= *
MAN8= kiconvtool.8
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/kiconv.sh
@ -25,9 +25,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kiconvtool ${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/kiconv.sh ${PREFIX}/etc/rc.d/kiconv
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
${INSTALL_MAN} ${WRKSRC}/kiconvtool.8 ${MAN8PREFIX}/man/man8/
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (kiconvtool-0.90.tar.gz) = ee04241f876cf888967b9c029de1ef89
SHA256 (kiconvtool-0.90.tar.gz) = 571be8a94580ef7e0e97b7b398252bdbc8a2fb3d370bad79805fa54c5b4fca8b
SIZE (kiconvtool-0.90.tar.gz) = 4784
MD5 (kiconvtool-0.91.tar.gz) = 6ab91e62f01a5d014297cd972d29442e
SHA256 (kiconvtool-0.91.tar.gz) = 6ce7f1fd4eef656e34bb028d9f83c5618eeb81d06e8756264030de7986677e50
SIZE (kiconvtool-0.91.tar.gz) = 5259