mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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
@ -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 New Issue
Block a user