1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/libtabe/files/patch-aa
Vanilla I. Shu df37865b90 Upgrade to 0.1.4.
Submitted by:	maintainer
2000-04-24 06:26:40 +00:00

29 lines
628 B
Plaintext

--- src/Makefile.in.orig Mon Apr 10 10:00:33 2000
+++ src/Makefile.in Mon Apr 24 13:20:38 2000
@@ -27,7 +27,7 @@
bindir = @bindir@
includedir = @includedir@
-version = 0.1-4
+version = 0.1
major_ver = 0
#
@@ -156,7 +156,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 ]; then \
@@ -172,6 +172,6 @@
(cd supports/bims; $(MAKE) install)
(cd util; $(MAKE) install)
-install_data: data
+install_data:
(cd tsi-src; $(MAKE) install)