From 0f9daed1d435bb71f2eedbbabaaa74c375075e35 Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Mon, 28 Nov 2011 16:25:27 +0000 Subject: [PATCH] Only install the sfxge(4) manpage on amd64, while the driver is amd64-only. Pointed out by: bz --- share/man/man4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 07071311ac57..2da670c8e644 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -378,7 +378,7 @@ MAN= aac.4 \ send.4 \ ses.4 \ sf.4 \ - sfxge.4 \ + ${_sfxge.4} \ sge.4 \ si.4 \ siba.4 \ @@ -718,6 +718,7 @@ MLINKS+=lindev.4 full.4 .if ${MACHINE_CPUARCH} == "amd64" _qlxgb.4= qlxgb.4 +_sfxge.4= sfxge.4 .endif .if ${MACHINE_CPUARCH} == "powerpc"