diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 22:45:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 22:45:47 +0000 |
commit | 9c917bf574757794879c55d1069ad43ec63b83cd (patch) | |
tree | 7abe8b0843f6de65b23f67f952109f37cd30209f /textproc/py-ltxml | |
parent | e93712b5e6833b9ec274c412b7ff34808a172071 (diff) | |
download | ports-9c917bf574757794879c55d1069ad43ec63b83cd.tar.gz ports-9c917bf574757794879c55d1069ad43ec63b83cd.zip |
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)
Notes
Notes:
svn path=/head/; revision=93979
Diffstat (limited to 'textproc/py-ltxml')
-rw-r--r-- | textproc/py-ltxml/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-ltxml/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/textproc/py-ltxml/Makefile b/textproc/py-ltxml/Makefile index 8b4e2b1c8ffa..54aea5fa917b 100644 --- a/textproc/py-ltxml/Makefile +++ b/textproc/py-ltxml/Makefile @@ -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) diff --git a/textproc/py-ltxml/distinfo b/textproc/py-ltxml/distinfo index d73550c492df..cbbcb18c2862 100644 --- a/textproc/py-ltxml/distinfo +++ b/textproc/py-ltxml/distinfo @@ -1 +1 @@ -MD5 (PyLTXML-1.3.tar.gz) = a0f0434c399d2f00e18d1da106dc1707 +MD5 (PyLTXML-1.3.tar.gz) = 4e2eea613868da8115c858e1a872da5e |