diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-11-08 17:03:02 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-11-08 17:03:02 +0000 |
commit | 4e1e06ceec816a1c0cfe421c2355e1362b2134d3 (patch) | |
tree | cc9f96b55255eb7374ff509e0a3247aa28734f58 /www | |
parent | 7948f21d83848be060680e781db791161ff3f786 (diff) |
- Don't @dirrmtry on non-existent directory
- @dirrmtry %%SITE_PERL%%/Dancer/Template
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=333248
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer-Template-Xslate/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Dancer-Template-Xslate/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Dancer-Template-Xslate/Makefile b/www/p5-Dancer-Template-Xslate/Makefile index d92f6c65f743..f41d908d5d7f 100644 --- a/www/p5-Dancer-Template-Xslate/Makefile +++ b/www/p5-Dancer-Template-Xslate/Makefile @@ -3,6 +3,7 @@ PORTNAME= Dancer-Template-Xslate PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSIMOES diff --git a/www/p5-Dancer-Template-Xslate/pkg-plist b/www/p5-Dancer-Template-Xslate/pkg-plist index 80d2802b31ff..80a96e38f216 100644 --- a/www/p5-Dancer-Template-Xslate/pkg-plist +++ b/www/p5-Dancer-Template-Xslate/pkg-plist @@ -1,4 +1,4 @@ %%SITE_PERL%%/Dancer/Template/Xslate.pm %%PERL5_MAN3%%/Dancer::Template::Xslate.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer +@dirrmtry %%SITE_PERL%%/Dancer/Template @dirrmtry %%SITE_PERL%%/Dancer |