From 5db7302acc2a0f5121bdf5f1e3362f6ca16b277e Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 5 Apr 2014 17:54:36 +0000 Subject: The proper way to request no man pages currently is NO_MAN=xxx. Use it in preference to the user WITHOUT_MAN knob, which should never be set in normal src Makefiles. --- lib/libproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libproc/Makefile') diff --git a/lib/libproc/Makefile b/lib/libproc/Makefile index 4449c06..03992c0 100644 --- a/lib/libproc/Makefile +++ b/lib/libproc/Makefile @@ -25,6 +25,6 @@ DPADD+= ${LIBSTDCPLUSPLUS} SHLIB_MAJOR= 2 -WITHOUT_MAN= +NO_MAN= .include -- cgit v1.1