diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-10-15 00:12:10 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-10-15 00:12:10 +0000 |
commit | ea8fd82b2f80a02df49c1dc0d37632983c284081 (patch) | |
tree | 910a22ff295b76f7b73f9b33469f7f12b3f46e6a /net/p5-SNMP-MIB-Compiler | |
parent | 6b5ea2fc75c21bfda8bc7f49e75252d0f347a311 (diff) | |
download | pkgsrc-ea8fd82b2f80a02df49c1dc0d37632983c284081.tar.gz |
Correct path to the .packlist so that binary packages actually will
contain the files.
Bump PKGREVISION.
Diffstat (limited to 'net/p5-SNMP-MIB-Compiler')
-rw-r--r-- | net/p5-SNMP-MIB-Compiler/Makefile | 6 |
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" |