mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix the broken part made by vanilla in rev 1.7, the patches have been tested
before I commit it. Submitted by: maintainer.
This commit is contained in:
parent
6cacf2065e
commit
6f2f758127
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26549
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user