diff options
author | az <az@FreeBSD.org> | 2014-01-30 01:46:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 01:46:33 +0800 |
commit | ac93c83525c5b6bca1078b2df772ea4307ab529f (patch) | |
tree | c00f6ccb48c8f9d9e251c8caa0928d7e3f950145 /databases/p5-DBD-PgLite | |
parent | d403533dfecbd8448ba800d0ea6a69066dfd4ae1 (diff) | |
download | freebsd-ports-gnome-ac93c83525c5b6bca1078b2df772ea4307ab529f.tar.gz freebsd-ports-gnome-ac93c83525c5b6bca1078b2df772ea4307ab529f.tar.zst freebsd-ports-gnome-ac93c83525c5b6bca1078b2df772ea4307ab529f.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'databases/p5-DBD-PgLite')
-rw-r--r-- | databases/p5-DBD-PgLite/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-PgLite/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/databases/p5-DBD-PgLite/Makefile b/databases/p5-DBD-PgLite/Makefile index 09fc95c4f1fe..edd75e7827ae 100644 --- a/databases/p5-DBD-PgLite/Makefile +++ b/databases/p5-DBD-PgLite/Makefile @@ -19,8 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= DBD::PgLite.3 \ - DBD::PgLite::MirrorPgToSQLite.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/p5-DBD-PgLite/pkg-plist b/databases/p5-DBD-PgLite/pkg-plist index 45bd82614035..7f410de74640 100644 --- a/databases/p5-DBD-PgLite/pkg-plist +++ b/databases/p5-DBD-PgLite/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/DBD/PgLite.pm %%SITE_PERL%%/DBD/PgLite/MirrorPgToSQLite.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgLite/.packlist +%%PERL5_MAN3%%/DBD::PgLite.3.gz +%%PERL5_MAN3%%/DBD::PgLite::MirrorPgToSQLite.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgLite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD @dirrmtry %%SITE_PERL%%/DBD/PgLite |