diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /www/p5-Ark | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'www/p5-Ark')
-rw-r--r-- | www/p5-Ark/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Ark/pkg-plist | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/www/p5-Ark/Makefile b/www/p5-Ark/Makefile index f1e0db276b57..9941ccaedd95 100644 --- a/www/p5-Ark/Makefile +++ b/www/p5-Ark/Makefile @@ -2,7 +2,7 @@ PORTNAME= Ark PORTVERSION= 0.1.r1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= http://cloud.github.com/downloads/typester/ark-perl/ \ ${MASTER_SITE_LOCAL} diff --git a/www/p5-Ark/pkg-plist b/www/p5-Ark/pkg-plist index a00e5b2bc1ca..35f2da98376d 100644 --- a/www/p5-Ark/pkg-plist +++ b/www/p5-Ark/pkg-plist @@ -1,5 +1,4 @@ bin/ark.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ark/.packlist %%SITE_PERL%%/Ark.pm %%SITE_PERL%%/Ark/Action.pm %%SITE_PERL%%/Ark/ActionChain.pm @@ -55,21 +54,3 @@ bin/ark.pl %%PERL5_MAN3%%/Ark::Command::Newapp.3.gz %%PERL5_MAN3%%/Ark::Command::Server.3.gz %%PERL5_MAN3%%/Ark::Command::View.3.gz -@dirrm %%SITE_PERL%%/Ark/View -@dirrm %%SITE_PERL%%/Ark/Plugin/Session/Store -@dirrm %%SITE_PERL%%/Ark/Plugin/Session/State -@dirrm %%SITE_PERL%%/Ark/Plugin/Session -@dirrm %%SITE_PERL%%/Ark/Plugin/Encoding -@dirrm %%SITE_PERL%%/Ark/Plugin/Authentication/Store/DBIx -@dirrm %%SITE_PERL%%/Ark/Plugin/Authentication/Store -@dirrm %%SITE_PERL%%/Ark/Plugin/Authentication/Credential -@dirrm %%SITE_PERL%%/Ark/Plugin/Authentication -@dirrm %%SITE_PERL%%/Ark/Plugin -@dirrm %%SITE_PERL%%/Ark/Model -@dirrm %%SITE_PERL%%/Ark/DispatchType -@dirrm %%SITE_PERL%%/Ark/Context -@dirrm %%SITE_PERL%%/Ark/Command/Interface -@dirrm %%SITE_PERL%%/Ark/Command/Flavor -@dirrm %%SITE_PERL%%/Ark/Command -@dirrm %%SITE_PERL%%/Ark -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ark |