- Speed up build phase
Approved by: tabthorpe, glarkin (mentors, implicit)
This commit is contained in:
parent
20f0b0ba75
commit
fbdb6bf73e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242410
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user