diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-03 10:47:15 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-03 10:47:15 +0000 |
commit | fbdb6bf73e44f4ed7a70df9126d8c6668f8bbcb8 (patch) | |
tree | 4fb79ee7f05d9582366c0928d1516978a14d50be | |
parent | - Update to 0.05014 (diff) |
- Speed up build phase
Approved by: tabthorpe, glarkin (mentors, implicit)
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index 465f771a509a..cec8437c3f1f 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -22,6 +22,13 @@ PLIST= ${.CURDIR}/pkg-plist RTFCOMP_SLAVE= pythonb +pre-patch: + @${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librtfcomp.la|${LOCALBASE}/lib/librtfcomp.la|g' \ + ${WRKSRC}/python/Makefile.in + +do-build: + @(cd ${WRKSRC}/python && ${MAKE}) + do-install: @(cd ${WRKSRC}/python && ${MAKE} install) |