summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-10-15 00:12:10 +0000
committerkristerw <kristerw>2005-10-15 00:12:10 +0000
commitc2736ab78975210bf1b8d479dfe6d8e971c8f24c (patch)
tree910a22ff295b76f7b73f9b33469f7f12b3f46e6a /net
parent801bdc45dd6213b5f8dd30d822775f61e3d1732e (diff)
downloadpkgsrc-c2736ab78975210bf1b8d479dfe6d8e971c8f24c.tar.gz
Correct path to the .packlist so that binary packages actually will
contain the files. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/p5-SNMP-MIB-Compiler/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-SNMP-MIB-Compiler/Makefile b/net/p5-SNMP-MIB-Compiler/Makefile
index 7fd2e9455de..23e37171753 100644
--- a/net/p5-SNMP-MIB-Compiler/Makefile
+++ b/net/p5-SNMP-MIB-Compiler/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:28 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/10/15 00:12:10 kristerw Exp $
#
DISTNAME= SNMP-MIB-Compiler-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/SNMP-MIB-Compiler/
COMMENT= MIB Compiler supporting SMIv1 and SMIv2
-PERL5_PACKLIST= auto/Net/SNMP/Mib/Compiler/.packlist
+PERL5_PACKLIST= auto/SNMP/MIB/Compiler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"