mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add some doc
This commit is contained in:
parent
2847c93117
commit
ee7068a734
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212166
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= CAM-PDF
|
PORTNAME= CAM-PDF
|
||||||
PORTVERSION= 1.13
|
PORTVERSION= 1.13
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= ../../authors/id/C/CD/CDOLAN
|
MASTER_SITE_SUBDIR= ../../authors/id/C/CD/CDOLAN
|
||||||
|
@ -38,4 +39,13 @@ MAN3= CAM::PDF.3 CAM::PDF::Content.3 CAM::PDF::Decrypt.3 \
|
||||||
CAM::PDF::Renderer::Images.3 CAM::PDF::Renderer::Text.3 \
|
CAM::PDF::Renderer::Images.3 CAM::PDF::Renderer::Text.3 \
|
||||||
CAM::PDF::Renderer::TextFB.3
|
CAM::PDF::Renderer::TextFB.3
|
||||||
|
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
PORTDOCS= CHANGES README
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||||
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue