summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2000-03-05 03:46:11 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2000-03-05 03:46:11 +0000
commit6f2f7581275c32fac13deddfd6e658b8b8506573 (patch)
tree9fcfcd460b3c7cb7ff6a22ef8ffe55ab88e010af /chinese
parentLeft -lXpm out o fthe linking for Motif. (diff)
Fix the broken part made by vanilla in rev 1.7, the patches have been tested
before I commit it. Submitted by: maintainer.
Notes
Notes: svn path=/head/; revision=26549
Diffstat (limited to 'chinese')
-rw-r--r--chinese/libtabe/Makefile2
-rw-r--r--chinese/libtabe/files/patch-ab15
2 files changed, 13 insertions, 4 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile
index 0916d15c6780..8b45ed712e69 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 5d3b4c7f1634..6cc5141ce183 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 \