- Speed up build phase

Approved by:	tabthorpe, glarkin (mentors, implicit)
This commit is contained in:
Alexander Logvinov 2009-10-03 10:47:15 +00:00
parent 20f0b0ba75
commit fbdb6bf73e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242410

View File

@ -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)