diff options
author | wiz <wiz> | 2012-05-17 10:21:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-05-17 10:21:12 +0000 |
commit | 29bf81d0662b9a68a77118d3bb5657e23d7e7c52 (patch) | |
tree | d57d18f9b3a5005835507cf47ae812c528d66e92 /security/p5-AuthCAS | |
parent | 5c6486ff12276213976cd70549658b847430cf8c (diff) | |
download | pkgsrc-29bf81d0662b9a68a77118d3bb5657e23d7e7c52.tar.gz |
pkglint cleanup: use standard packlist path.
Diffstat (limited to 'security/p5-AuthCAS')
-rw-r--r-- | security/p5-AuthCAS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-AuthCAS/Makefile b/security/p5-AuthCAS/Makefile index 74a95131b62..fa46f44e2a4 100644 --- a/security/p5-AuthCAS/Makefile +++ b/security/p5-AuthCAS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 15:55:23 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/17 10:21:12 wiz Exp $ DISTNAME= AuthCAS-1.5 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # -PERL5_PACKLIST= ${PERL5_ARCHLIB}auto/AuthCAS/.packlist +PERL5_PACKLIST= auto/AuthCAS/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |