mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Fix build with nondefailt LOCALBASE
PR: 175809 Submitted by: myself Approved by: maintainer timeout
This commit is contained in:
parent
02fd38e5e8
commit
6e92011f4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312990
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib
|
|||
PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
||||
${WRKSRC}/deps/v8/build/common.gypi \
|
||||
${WRKSRC}/deps/v8/tools/gyp/v8.gyp
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/lib/node_modules/
|
||||
${TOUCH} ${PREFIX}/lib/node_modules/.keepme
|
||||
|
|
Loading…
Add table
Reference in a new issue