diff options
author | foxfair <foxfair@FreeBSD.org> | 2000-03-05 03:46:11 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2000-03-05 03:46:11 +0000 |
commit | 644dd6e7f78010bd45d98b42cf52728038ddef3a (patch) | |
tree | a415276b03228f80f7cbb68ebccb55a6bc1150be /chinese | |
parent | ec6994e7999e2378c8887045cf5900c268fc5ca8 (diff) | |
download | FreeBSD-ports-644dd6e7f78010bd45d98b42cf52728038ddef3a.zip FreeBSD-ports-644dd6e7f78010bd45d98b42cf52728038ddef3a.tar.gz |
Fix the broken part made by vanilla in rev 1.7, the patches have been tested
before I commit it.
Submitted by: maintainer.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libtabe/Makefile | 2 | ||||
-rw-r--r-- | chinese/libtabe/files/patch-ab | 15 |
2 files changed, 13 insertions, 4 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 0916d15..8b45ed7 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/tabe + ${MKDIR} ${PREFIX}/share/doc/tab ${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 diff --git a/chinese/libtabe/files/patch-ab b/chinese/libtabe/files/patch-ab index 5d3b4c7..6cc5141 100644 --- a/chinese/libtabe/files/patch-ab +++ b/chinese/libtabe/files/patch-ab @@ -1,5 +1,14 @@ ---- src/supports/bims/Makefile.in.orig Sat Dec 18 16:11:10 1999 -+++ src/supports/bims/Makefile.in Sat Dec 18 16:11:19 1999 +--- src/supports/bims/Makefile.in.orig Wed Feb 23 09:48:10 2000 ++++ src/supports/bims/Makefile.in Thu Mar 2 16:31:33 2000 +@@ -27,7 +27,7 @@ + bindir = @bindir@ + includedir = @includedir@ + +-version = 0.1-2 ++version = 0.1 + major_ver = 0 + + AR = ar cr @@ -72,7 +72,7 @@ if [ -d obj-s ]; then rmdir obj-s; fi $(RM) Makefile @@ -8,4 +17,4 @@ +install: if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi $(INSTALL_DATA) lib$(LIBNAME).a $(libdir) - if [ -f lib$(LIBNAME).so.$(version) ]; then \ + if [ -f lib$(LIBNAME).so ]; then \ |