mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
21 lines
780 B
Text
21 lines
780 B
Text
--- Makefile.am.orig 2016-11-27 01:56:36 UTC
|
|
+++ Makefile.am
|
|
@@ -20,8 +20,7 @@
|
|
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
-SUBDIRS = lib third-party src examples python tests integration-tests \
|
|
- doc contrib script
|
|
+SUBDIRS = lib
|
|
|
|
# Now with python setuptools, make uninstall will leave many files we
|
|
# cannot easily remove (e.g., easy-install.pth). Disable it for
|
|
@@ -30,7 +29,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --disable
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-dist_doc_DATA = README.rst
|
|
+dist_doc_DATA =
|
|
|
|
EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
|
|
Dockerfile.android \
|