diff options
author | asami <asami@FreeBSD.org> | 2000-03-03 22:27:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-03 22:27:23 +0000 |
commit | 88b656ca84ade67b4379e37581285014bf25eff3 (patch) | |
tree | 7b8eb424b502a30fb93955eee8ab5910257ae5e0 /chinese | |
parent | 6802f9e9230157ebddfd5e47fb2aaa18f7f86672 (diff) | |
download | FreeBSD-ports-88b656ca84ade67b4379e37581285014bf25eff3.zip FreeBSD-ports-88b656ca84ade67b4379e37581285014bf25eff3.tar.gz |
Library name has changed. Also, fix a typo in directory name.
(Do people actually *test* these stuff before they commit them?!?)
Diffstat (limited to 'chinese')
-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 cdd85be..0916d15 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 |