mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
- Add LICENSE [2] - Remove build dependencies for manpages+add them to FILESDIR (tinyproxy.8 tinyproxy.conf.5) [1] - Use CONFIGURE_ARGS+=--localstatedir=/var instead of patch to configure [2] - Remove files/patch-docs__man5__Makefile.am files/patch-docs__man8__Makefile.am files/patch-src__acl.c files/patch-src__conf.c [2] PR: ports/159037 Submitted by: [1] Roger Marquis <marquis@roble.com>, [2] Ryan Steinmetz <zi@FreeBSD.org> Approved by: maintainer timeout (2+ weeks)
10 lines
190 B
Text
10 lines
190 B
Text
--- ./Makefile.in.orig 2011-08-16 08:27:58.000000000 -0400
|
|
+++ ./Makefile.in 2011-10-22 08:11:22.000000000 -0400
|
|
@@ -222,7 +222,6 @@
|
|
src \
|
|
data \
|
|
etc \
|
|
- docs \
|
|
m4macros \
|
|
tests
|
|
|