tinyproxy is a lightweight HTTP/SSL proxy. Designed from the ground up to be fast and yet small, it is an ideal solution for sites where a full-featured HTTP proxy is required, but the system resources required to run a more demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all existing web browsers. Package submitted by Juan RP via PR pkg/20595 with modifications by me.
13 lines
362 B
Text
13 lines
362 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/03/07 23:46:01 salo Exp $
|
|
|
|
--- Makefile.in.orig 2003-01-22 20:50:28.000000000 +0100
|
|
+++ Makefile.in 2003-03-07 23:04:34.000000000 +0100
|
|
@@ -298,7 +298,7 @@
|
|
install-exec-am:
|
|
install-exec: install-exec-recursive
|
|
|
|
-install-data-am: install-data-local
|
|
+install-data-am:
|
|
install-data: install-data-recursive
|
|
|
|
install-am: all-am
|