diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-17 10:21:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-17 10:21:12 +0000 |
commit | fdc63c02e619adc05b8315700739db50830e4618 (patch) | |
tree | d57d18f9b3a5005835507cf47ae812c528d66e92 /security/p5-AuthCAS | |
parent | 4cc7f68bba1b5fc83fe3bdf0c75d1112fbb52812 (diff) | |
download | pkgsrc-fdc63c02e619adc05b8315700739db50830e4618.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" |