diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-12 03:18:30 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-12 03:18:30 +0000 |
commit | cdf71e9235f4d7eb77a14c195409ee9ee5c6eb70 (patch) | |
tree | 99347c98327eeb1c8a2a0b02e60ea46560085dbc /palm | |
parent | b8fff038a4480b0af9be42013c80b9f070f44174 (diff) |
- Fix build with custom PREFIX
PR: ports/139330
Submitted by: myself
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=242706
Diffstat (limited to 'palm')
-rw-r--r-- | palm/py-synce-librra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/py-synce-librra/Makefile b/palm/py-synce-librra/Makefile index b9712143110b..b784877bb466 100644 --- a/palm/py-synce-librra/Makefile +++ b/palm/py-synce-librra/Makefile @@ -22,7 +22,7 @@ PLIST= ${.CURDIR}/pkg-plist RRA_SLAVE= pythonb pre-patch: - @${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${PREFIX}/lib/librra.la|g' \ + @${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${LOCALBASE}/lib/librra.la|g' \ ${WRKSRC}/python/Makefile.in do-build: |