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/Makefile | |
parent | Update to 0.8.8, major feature enhancement: (diff) |
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)
Diffstat (limited to 'textproc/py-ltxml/Makefile')
-rw-r--r-- | textproc/py-ltxml/Makefile | 5 |
1 files changed, 5 insertions, 0 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) |