From a8c0e602950b3fd5dc5f009bad5e6aad2eacdd8d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 28 Oct 2002 03:14:04 +0000 Subject: Do not create a ${PREFIX}/doc directory. Also, consolidate two patches that modify the same file into one. Submitted by: bento and kris --- converters/libiconv/files/patch-aa | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'converters/libiconv/files/patch-aa') 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 -- cgit v1.2.3