diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-06-03 20:41:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-06-03 20:41:16 +0000 |
commit | 3961b7253ed562836e3c0c79b330ed721ce7c926 (patch) | |
tree | a4b32a69b86367b1ecdbd684272c8942c68e42a1 /net-proxy/tinyproxy/files | |
parent | version bump (diff) | |
download | gentoo-2-3961b7253ed562836e3c0c79b330ed721ce7c926.tar.gz gentoo-2-3961b7253ed562836e3c0c79b330ed721ce7c926.tar.bz2 gentoo-2-3961b7253ed562836e3c0c79b330ed721ce7c926.zip |
Introduce USE=minimal to not install documentation or man pages and to not depend on app-text/asciidoc thanks to jakie jia (bug #321753). Do not move HTML templates to docdir as they are not docs.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-proxy/tinyproxy/files')
-rw-r--r-- | net-proxy/tinyproxy/files/tinyproxy-1.8.1-minimal.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-proxy/tinyproxy/files/tinyproxy-1.8.1-minimal.patch b/net-proxy/tinyproxy/files/tinyproxy-1.8.1-minimal.patch new file mode 100644 index 000000000000..82793a8894d0 --- /dev/null +++ b/net-proxy/tinyproxy/files/tinyproxy-1.8.1-minimal.patch @@ -0,0 +1,10 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,7 +2,6 @@ + src \ + data \ + etc \ +- docs \ + m4macros \ + tests + |