pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-SNMP-MIB-Compiler Correct path to the .packlist...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7748370eb4bd
branches: trunk
changeset: 500954:7748370eb4bd
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Oct 15 00:12:10 2005 +0000
description:
Correct path to the .packlist so that binary packages actually will
contain the files.
Bump PKGREVISION.
diffstat:
net/p5-SNMP-MIB-Compiler/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r d17ada0efa65 -r 7748370eb4bd net/p5-SNMP-MIB-Compiler/Makefile
--- a/net/p5-SNMP-MIB-Compiler/Makefile Fri Oct 14 22:18:10 2005 +0000
+++ b/net/p5-SNMP-MIB-Compiler/Makefile Sat Oct 15 00:12:10 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index