diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-03 06:53:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-03 06:53:54 +0000 |
commit | 2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58 (patch) | |
tree | 2e38557e323dc31c90e715f8e9a953b48430e4d9 /databases/p5-DBIx-Sunny | |
parent | 652acfb5ce2c698477b31e73991bfe7f6ad1b91e (diff) | |
download | ports-2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58.tar.gz ports-2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Sunny')
-rw-r--r-- | databases/p5-DBIx-Sunny/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Sunny/pkg-plist | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Sunny/Makefile b/databases/p5-DBIx-Sunny/Makefile index 835fda35ebcf..7e8ad54dba07 100644 --- a/databases/p5-DBIx-Sunny/Makefile +++ b/databases/p5-DBIx-Sunny/Makefile @@ -27,10 +27,6 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ USES= perl5 USE_PERL5= modbuild -MAN3= DBIx::Sunny.3 \ - DBIx::Sunny::Schema.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/databases/p5-DBIx-Sunny/pkg-plist b/databases/p5-DBIx-Sunny/pkg-plist index 8d71f3449179..36371d95fb63 100644 --- a/databases/p5-DBIx-Sunny/pkg-plist +++ b/databases/p5-DBIx-Sunny/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/DBIx::Sunny.3.gz +%%PERL5_MAN3%%/DBIx::Sunny::Schema.3.gz %%SITE_PERL%%/DBIx/Sunny.pm %%SITE_PERL%%/DBIx/Sunny/Schema.pm -@dirrm %%SITE_PERL%%/DBIx/Sunny +@dirrmtry %%SITE_PERL%%/DBIx/Sunny @dirrmtry %%SITE_PERL%%/DBIx -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx |