diff options
author | avl <avl@FreeBSD.org> | 2009-10-12 11:16:12 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-10-12 11:16:12 +0800 |
commit | 8f74bf519e72b74b7a5aee2d87914ea1126fc652 (patch) | |
tree | f1b242b842e08f1de6068cb8e389c6fe48c72e9a /palm | |
parent | 7575576c665fde61ab773c12f470b320ab356026 (diff) | |
download | freebsd-ports-gnome-8f74bf519e72b74b7a5aee2d87914ea1126fc652.tar.gz freebsd-ports-gnome-8f74bf519e72b74b7a5aee2d87914ea1126fc652.tar.zst freebsd-ports-gnome-8f74bf519e72b74b7a5aee2d87914ea1126fc652.zip |
- Fix build with custom PREFIX
PR: ports/139329
Submitted by: myself
Approved by: maintainer
Diffstat (limited to 'palm')
-rw-r--r-- | palm/py-synce-librapi2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/py-synce-librapi2/Makefile b/palm/py-synce-librapi2/Makefile index 5f46bb236638..b3c95b917674 100644 --- a/palm/py-synce-librapi2/Makefile +++ b/palm/py-synce-librapi2/Makefile @@ -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: |