diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-05 13:43:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-05 13:43:06 +0000 |
commit | 58fb45f3dd6072a62c8853d31c25cee7e8140684 (patch) | |
tree | a7cae2ee0ed52556ca684f0e3f7f2f2cb06d3abd /databases/p5-DBD-Excel | |
parent | 7fb63a7d641b28e5c3da916cfe4f0d9cb4c40a7a (diff) |
Support staging.
Notes
Notes:
svn path=/head/; revision=342698
Diffstat (limited to 'databases/p5-DBD-Excel')
-rw-r--r-- | databases/p5-DBD-Excel/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBD-Excel/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/databases/p5-DBD-Excel/Makefile b/databases/p5-DBD-Excel/Makefile index 5c98dde2847e..6db3464ecf25 100644 --- a/databases/p5-DBD-Excel/Makefile +++ b/databases/p5-DBD-Excel/Makefile @@ -20,13 +20,10 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} USES= perl5 USE_PERL5= configure -MAN3= DBD::Excel.3 - -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/databases/p5-DBD-Excel/pkg-plist b/databases/p5-DBD-Excel/pkg-plist index 6c08d0af261a..9ce4eb40aa23 100644 --- a/databases/p5-DBD-Excel/pkg-plist +++ b/databases/p5-DBD-Excel/pkg-plist @@ -13,6 +13,7 @@ %%PORTDOCS%%share/examples/DBD-Excel/texj.pl %%PORTDOCS%%share/examples/DBD-Excel/thidden.pl %%PORTDOCS%%share/examples/DBD-Excel/thidden.xls +%%PERL5_MAN3%%/DBD::Excel.3.gz @dirrmtry %%SITE_PERL%%/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Excel @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD |