1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build with custom PREFIX

PR:		ports/139329
Submitted by:	myself
Approved by:	maintainer
This commit is contained in:
Alexander Logvinov 2009-10-12 03:16:12 +00:00
parent 556abb1d70
commit b8fff038a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242705

View File

@ -22,7 +22,7 @@ PLIST= ${.CURDIR}/pkg-plist
RAPI_SLAVE= pythonb
pre-patch:
@${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librapi.la|${PREFIX}/lib/librapi.la|g' \
@${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librapi.la|${LOCALBASE}/lib/librapi.la|g' \
${WRKSRC}/python/Makefile.in
do-build: