$OpenBSD: patch-Makefile,v 1.3 2016/11/01 22:10:24 danj Exp $

Remove non supported cp option.

--- Makefile.orig	Wed May 11 18:33:38 2016
+++ Makefile	Tue Nov  1 22:28:20 2016
@@ -29,7 +29,7 @@ build:
 check: build tests/pyrun2
 	PYTHONPATH=`pwd`/$(BUILD_DIR):$$PYTHONPATH \
 	ROOT_PATH=$(ROOT_PATH) \
-	$(PYTHON) `which nosetests` -v -s -w tests
+	$(PYTHON) tests/setproctitle_test.py -v
 
 tests/pyrun2: tests/pyrun.c
 	$(CC) $(PYINC) -o $@ $< $(PYLIB)
@@ -48,7 +48,7 @@ py3:
 	$(MKDIR) py3
 	$(MKDIR) py3/src
 	$(MKDIR) py3/tests
-	for f in *.rst setup.py COPYRIGHT MANIFEST.in src/*.c src/*.h tests/*.py tests/*.c; do cp -v $$f py3/$$f; done
+	for f in *.rst setup.py COPYRIGHT MANIFEST.in src/*.c src/*.h tests/*.py tests/*.c; do cp $$f py3/$$f; done
 	# setup.py should be executable with python3 as distribute
 	# currenlty doesn't seem to try to convert it
 	$(PY2TO3) -w --no-diffs py3/tests
