1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Move code conversion tables of 170KB from .data to .text area.

- Bump PORTREVISION
This commit is contained in:
Hye-Shik Chang 2003-09-27 18:05:12 +00:00
parent 40c6038b44
commit c4db1064ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89575

View File

@ -7,6 +7,7 @@
PORTNAME= pycodec
PORTVERSION= 1.4.9
PORTREVISION= 1
CATEGORIES= japanese python converters
MASTER_SITES= http://www.python.jp/Zope/download/JapaneseCodecs/ \
http://www.asahi-net.or.jp/~rd6t-kjym/python/JapaneseCodecs/dist/
@ -17,8 +18,13 @@ COMMENT= Python Unicode codecs for Japanese charsets
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_REINPLACE= yes
DOCSDIR= ${PREFIX}/share/doc/ja-pycodec
post-patch:
${REINPLACE_CMD} -e 's,^static,static const,g' \
${WRKSRC}/src/_japanese_codecs.h
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}