summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-03-21 22:27:53 +0000
committeradrianp <adrianp>2009-03-21 22:27:53 +0000
commit9829e6e6e985b8ac2283bf29844bb365d07ea470 (patch)
treeddd13a711b0c314bed7928262dbba7e1eadd1fa5 /net
parent2e70b107d6825ea269aa0b32b8d7f002e9d948d9 (diff)
downloadpkgsrc-9829e6e6e985b8ac2283bf29844bb365d07ea470.tar.gz
Correct PERL5_PACKLIST
Diffstat (limited to 'net')
-rw-r--r--net/p5-RadiusPerl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-RadiusPerl/Makefile b/net/p5-RadiusPerl/Makefile
index 436ecec82f3..29d59dc087a 100644
--- a/net/p5-RadiusPerl/Makefile
+++ b/net/p5-RadiusPerl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2009/03/21 22:27:53 adrianp Exp $
#
DISTNAME= RadiusPerl-0.13
@@ -15,7 +15,7 @@ DEPENDS+= p5-IO>=1.12:../../devel/p5-IO
DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump
WRKSRC= ${WRKDIR}/Authen-Radius-0.13
-PERL5_PACKLIST= auto/RadiusPerl/.packlist
+PERL5_PACKLIST= auto/Authen/Radius/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"