diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-20 04:01:13 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-20 04:01:13 +0800 |
commit | 32c1485928500741d5dd3e4363a6117ce436a768 (patch) | |
tree | 8f6cf336a0de19c7b51fdeaf465fae1ef84a1c14 | |
parent | 3b0f503b741f4217dbcb76528e36e37815ce4c5c (diff) | |
download | freebsd-ports-gnome-32c1485928500741d5dd3e4363a6117ce436a768.tar.gz freebsd-ports-gnome-32c1485928500741d5dd3e4363a6117ce436a768.tar.zst freebsd-ports-gnome-32c1485928500741d5dd3e4363a6117ce436a768.zip |
- Really fix the plist this time
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/pkg-plist b/www/p5-Catalyst-Plugin-Authentication/pkg-plist index cb7a758777cc..8fc02c25ff29 100644 --- a/www/p5-Catalyst-Plugin-Authentication/pkg-plist +++ b/www/p5-Catalyst-Plugin-Authentication/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist %%SITE_PERL%%/Catalyst/Authentication/Credential/Password.pm +%%SITE_PERL%%/Catalyst/Authentication/Credential/Remote.pm %%SITE_PERL%%/Catalyst/Authentication/Realm.pm %%SITE_PERL%%/Catalyst/Authentication/Realm/Compatibility.pm %%SITE_PERL%%/Catalyst/Authentication/Realm/Progressive.pm @@ -10,7 +11,6 @@ %%SITE_PERL%%/Catalyst/Authentication/User/Hash.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/Password.pm -%%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/Remote.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Internals.pod %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User.pm |