diff options
author | tron <tron> | 2012-12-22 11:23:59 +0000 |
---|---|---|
committer | tron <tron> | 2012-12-22 11:23:59 +0000 |
commit | 96070d8ef9588757db88ce37f345aa352c40a769 (patch) | |
tree | 59d04cc3a2f42864835cfa8060bee08523a417ae | |
parent | 195812c5a1908b50ec759be67afc1209d65efbbe (diff) | |
download | pkgsrc-96070d8ef9588757db88ce37f345aa352c40a769.tar.gz |
Completely disable manual page compression for this package as it uses
nested manual page extensively.
Bump package revision for this bug fix.
-rw-r--r-- | net/net-snmp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |