diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-03 14:53:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-03 14:53:54 +0800 |
commit | 31601bee64524e5180224d316be00466b026fbcb (patch) | |
tree | 2e38557e323dc31c90e715f8e9a953b48430e4d9 /databases/p5-DBIx-Custom | |
parent | 3982fbe0e1f6457678ab1d6422870e2acfd19284 (diff) | |
download | freebsd-ports-gnome-31601bee64524e5180224d316be00466b026fbcb.tar.gz freebsd-ports-gnome-31601bee64524e5180224d316be00466b026fbcb.tar.zst freebsd-ports-gnome-31601bee64524e5180224d316be00466b026fbcb.zip |
Support STAGEDIR.
Diffstat (limited to 'databases/p5-DBIx-Custom')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 13 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 12 |
2 files changed, 11 insertions, 14 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index e39fbf839448..0977c7abb984 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -22,17 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= DBIx::Custom.3 \ - DBIx::Custom::Mapper.3 \ - DBIx::Custom::Model.3 \ - DBIx::Custom::NotExists.3 \ - DBIx::Custom::Order.3 \ - DBIx::Custom::Query.3 \ - DBIx::Custom::QueryBuilder.3 \ - DBIx::Custom::Result.3 \ - DBIx::Custom::Tag.3 \ - DBIx::Custom::Util.3 \ - DBIx::Custom::Where.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index 64cae0b9c2b4..0acc11f53a68 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -1,3 +1,14 @@ +%%PERL5_MAN3%%/DBIx::Custom.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Mapper.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Model.3.gz +%%PERL5_MAN3%%/DBIx::Custom::NotExists.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Order.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Query.3.gz +%%PERL5_MAN3%%/DBIx::Custom::QueryBuilder.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Result.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Tag.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Util.3.gz +%%PERL5_MAN3%%/DBIx::Custom::Where.3.gz %%SITE_PERL%%/DBIx/Custom.pm %%SITE_PERL%%/DBIx/Custom/Mapper.pm %%SITE_PERL%%/DBIx/Custom/Model.pm @@ -12,6 +23,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% @dirrmtry %%SITE_PERL%%/DBIx/Custom @dirrmtry %%SITE_PERL%%/DBIx |