mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Library name has changed. Also, fix a typo in directory name.
(Do people actually *test* these stuff before they commit them?!?)
This commit is contained in:
parent
13bab5d0f0
commit
65a83a2912
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26513
@ -29,7 +29,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/tab
|
||||
${MKDIR} ${PREFIX}/share/doc/tabe
|
||||
${INSTALL_DATA} ${WRKSRC}/src/tsi-src/README ${PREFIX}/share/doc/tabe
|
||||
.for DOC in BoPoMoFo.shtml Changes Changes.pre-0.1 TODO ZuYinCode.txt \
|
||||
et26.txt libtabe.sgml
|
||||
@ -38,7 +38,7 @@ post-install:
|
||||
.endif
|
||||
.if ${PORTOBJFORMAT} == "elf"
|
||||
${RM} -f ${PREFIX}/lib/libbims.so ${PREFIX}/lib/libbims.so.0
|
||||
${MV} ${PREFIX}/lib/libbims.so.0.1 ${PREFIX}/lib/libbims.so.0
|
||||
${MV} ${PREFIX}/lib/libbims.so.0.1-2 ${PREFIX}/lib/libbims.so.0
|
||||
${LN} -s libbims.so.0 ${PREFIX}/lib/libbims.so
|
||||
${RM} -f ${PREFIX}/lib/libtabe.so ${PREFIX}/lib/libtabe.so.0
|
||||
${MV} ${PREFIX}/lib/libtabe.so.0.1 ${PREFIX}/lib/libtabe.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user