diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-21 14:28:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-21 14:28:32 +0000 |
commit | f334b33c50a3f4e936d6a1f48b6a3c83bfb2e24d (patch) | |
tree | da3beac8220875ea74b8fcc88f908ecfd54dd5f6 /print/cups-base/files/patch-Makefile | |
parent | ffproxy is a filtering HTTP proxy server. It is able (diff) |
Update to 1.1.19
Notes
Notes:
svn path=/head/; revision=85303
Diffstat (limited to 'print/cups-base/files/patch-Makefile')
-rw-r--r-- | print/cups-base/files/patch-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/print/cups-base/files/patch-Makefile b/print/cups-base/files/patch-Makefile index 55c49f2ec9aa..5cb9d44d5209 100644 --- a/print/cups-base/files/patch-Makefile +++ b/print/cups-base/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Dec 17 13:56:25 2002 -+++ Makefile Wed Jan 22 06:18:57 2003 +--- Makefile.orig Fri Mar 7 01:36:00 2003 ++++ Makefile Wed Jun 11 01:03:08 2003 @@ -28,8 +28,8 @@ # Directories to make... # @@ -11,3 +11,12 @@ # # Make all targets... +@@ -72,8 +72,6 @@ + echo Installing in $$dir... ;\ + (cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\ + done +- echo Installing in conf... +- (cd conf; $(MAKE) $(MFLAGS) install) + echo Installing in data... + (cd data; $(MAKE) $(MFLAGS) install) + echo Installing in doc... |