diff options
author | tron <tron@pkgsrc.org> | 2012-12-22 11:23:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-12-22 11:23:59 +0000 |
commit | cd6023c994f27ad016cd28e4722c43017dcf55d2 (patch) | |
tree | 59d04cc3a2f42864835cfa8060bee08523a417ae /net/net-snmp | |
parent | 60a7ea089d7c4f72476825fdc0d883f9308a440c (diff) | |
download | pkgsrc-cd6023c994f27ad016cd28e4722c43017dcf55d2.tar.gz |
Completely disable manual page compression for this package as it uses
nested manual page extensively.
Bump package revision for this bug fix.
Diffstat (limited to 'net/net-snmp')
-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 |