diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-28 03:14:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-28 03:14:04 +0000 |
commit | a8c0e602950b3fd5dc5f009bad5e6aad2eacdd8d (patch) | |
tree | a3fa169579bcf22ba2b7140bcdee8acbae22933a /converters/libiconv/files/patch-aa | |
parent | Add missing directory (diff) |
Do not create a ${PREFIX}/doc directory. Also, consolidate two patches
that modify the same file into one.
Submitted by: bento and kris
Diffstat (limited to 'converters/libiconv/files/patch-aa')
-rw-r--r-- | converters/libiconv/files/patch-aa | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/converters/libiconv/files/patch-aa b/converters/libiconv/files/patch-aa index c767d10cffb7..fd162499d97c 100644 --- a/converters/libiconv/files/patch-aa +++ b/converters/libiconv/files/patch-aa @@ -1,11 +1,14 @@ - -$FreeBSD$ - ---- Makefile.in.orig Tue Feb 20 21:43:19 2001 -+++ Makefile.in Sun Mar 17 11:01:20 2002 -@@ -31,7 +31,7 @@ +--- Makefile.in.orig Tue Apr 30 10:23:47 2002 ++++ Makefile.in Sun Oct 27 22:11:16 2002 +@@ -27,12 +27,12 @@ + SHELL = /bin/sh + + all : force +- builddir="`pwd`"; cd libcharset && $(MAKE) all && $(MAKE) install-lib libdir="$$builddir/lib" includedir="$$builddir/lib" ++ builddir="`pwd`"; cd libcharset && $(MAKE) all && $(MAKE) install-lib libdir="$$builddir/lib" includedir="$$builddir/lib" sysconfdir="$$builddir/lib" cd lib && $(MAKE) all cd src && $(MAKE) all + cd po && $(MAKE) all cd man && $(MAKE) all - if test -d tests; then cd tests && $(MAKE) all; fi + #if test -d tests; then cd tests && $(MAKE) all; fi |