From 96070d8ef9588757db88ce37f345aa352c40a769 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Dec 2012 11:23:59 +0000 Subject: Completely disable manual page compression for this package as it uses nested manual page extensively. Bump package revision for this bug fix. --- net/net-snmp/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net/net-snmp') diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 1273a7f7ebe..5ed0c233d5f 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2012/10/23 17:18:40 asau Exp $ +# $NetBSD: Makefile,v 1.93 2012/12/22 11:23:59 tron Exp $ DISTNAME= net-snmp-5.6.1.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} @@ -23,6 +23,9 @@ MAKE_JOBS_SAFE= no .include "options.mk" +# Don't compress manual pages as they include each other. +.undef MANZ + .if ${OPSYS} == "DragonFly" MAKE_ENV+= MIB_SYSTEM_LIBS=-lkinfo .endif -- cgit v1.2.3