Remove a redundant /build/ patch component.
Reported by: Morten Rodal <morten@rodal.no>
This commit is contained in:
parent
55a674ff32
commit
05cce08773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79761
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ do-install:
|
|||
${TAR} -C ${PREFIX}/include -xf -
|
||||
${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \
|
||||
${TAR} -C ${PREFIX}/lib -xf -
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/build/config/nspr-config ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/config/nspr-config ${PREFIX}/bin
|
||||
.for lib in ${LIBS}
|
||||
${LN} -sf ${lib} ${PREFIX}/lib/${lib:S/.1$//}
|
||||
.endfor
|
||||
|
|
Loading…
Reference in a new issue