mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix checksum mismatch. Author rerolled distfile adding this changelog
entry and corresponding code: Revision 1.48 2003/06/03 15:20:17 ht work with 16- or 32-bit Python Spotted by: bento Approved by: adamw (mentor)
This commit is contained in:
parent
e93712b5e6
commit
9c917bf574
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93979
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ltxml
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -23,6 +24,10 @@ USE_PYDISTUTILS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/projects/ltg/projects/lcontrib|${LOCALBASE}|' ${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (PyLTXML-1.3.tar.gz) = a0f0434c399d2f00e18d1da106dc1707
|
||||
MD5 (PyLTXML-1.3.tar.gz) = 4e2eea613868da8115c858e1a872da5e
|
||||
|
Loading…
Reference in New Issue
Block a user