diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-03 22:27:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-03 22:27:23 +0000 |
commit | 65a83a291272a00ed503671314e8a2396690f749 (patch) | |
tree | 708e0146329dab3439badeeb91f8c8159f994887 | |
parent | Fix MASTER_SITES (diff) |
Library name has changed. Also, fix a typo in directory name.
(Do people actually *test* these stuff before they commit them?!?)
Notes
Notes:
svn path=/head/; revision=26513
-rw-r--r-- | chinese/libtabe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index cdd85be21b2d..0916d15c6780 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -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 |