1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-11 22:39:16 -04:00
ports/devel/pstreams/files/patch-install-without-docs
Martin Wilke 8ac6cd84c9 C++ utility for simple IOStream-based Inter-Process Communication
WWW: http://pstreams.sourceforge.net/

PR:		ports/108205
Submitted by:	Andrew Wingorodov <mail at andr.ru>
2007-01-24 20:57:34 +00:00

11 lines
269 B
Text

--- Makefile.orig Mon Jan 22 13:33:24 2007
+++ Makefile Mon Jan 22 13:33:51 2007
@@ -38,7 +38,7 @@
VERS = 0.5.2
-all: docs $(GENERATED_FILES)
+all: install
test: test_pstreams test_minimum
@./test_minimum >/dev/null 2>&1 || echo "TEST EXITED WITH STATUS $$?"