diff options
author | steve <steve@FreeBSD.org> | 1999-12-24 04:15:24 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-24 04:15:24 +0000 |
commit | 2fdd66e88cbba07ea27842ab564a8e3d0f91b366 (patch) | |
tree | 581b86f7235ec9ed53b72d9e265d74124ea194ee /chinese/libtabe/files | |
parent | 9d161bc72113440edb4ea5e4c0b8ecfab51ffa9f (diff) | |
download | FreeBSD-ports-2fdd66e88cbba07ea27842ab564a8e3d0f91b366.zip FreeBSD-ports-2fdd66e88cbba07ea27842ab564a8e3d0f91b366.tar.gz |
Update to version 0.1b8.
PR: 15654
Submitted by: maintainer
Diffstat (limited to 'chinese/libtabe/files')
-rw-r--r-- | chinese/libtabe/files/patch-aa | 19 | ||||
-rw-r--r-- | chinese/libtabe/files/patch-ab | 11 |
2 files changed, 30 insertions, 0 deletions
diff --git a/chinese/libtabe/files/patch-aa b/chinese/libtabe/files/patch-aa new file mode 100644 index 0000000..898f274 --- /dev/null +++ b/chinese/libtabe/files/patch-aa @@ -0,0 +1,19 @@ +--- src/Makefile.in.orig Sat Dec 18 16:08:55 1999 ++++ src/Makefile.in Sat Dec 18 16:09:08 1999 +@@ -155,7 +155,7 @@ + + install: install_binary install_data + +-install_binary: binary ++install_binary: + if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi + $(INSTALL_DATA) lib$(LIBNAME).a $(libdir) + if [ -f lib$(LIBNAME).so.$(version) ]; then \ +@@ -171,6 +171,6 @@ + (cd supports/bims; $(MAKE) install) + (cd util; $(MAKE) install) + +-install_data: data ++install_data: + (cd tsi-src; $(MAKE) install) + diff --git a/chinese/libtabe/files/patch-ab b/chinese/libtabe/files/patch-ab new file mode 100644 index 0000000..5d3b4c7 --- /dev/null +++ b/chinese/libtabe/files/patch-ab @@ -0,0 +1,11 @@ +--- 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 +@@ -72,7 +72,7 @@ + if [ -d obj-s ]; then rmdir obj-s; fi + $(RM) Makefile + +-install: all ++install: + if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi + $(INSTALL_DATA) lib$(LIBNAME).a $(libdir) + if [ -f lib$(LIBNAME).so.$(version) ]; then \ |