diff options
author | mat <mat@FreeBSD.org> | 2008-04-28 21:02:56 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2008-04-28 21:02:56 +0800 |
commit | 637487058459f66f0ce46d66db1c5ebbc60596fe (patch) | |
tree | 178936bc70722633b2d12572c8e272cf78be998d /textproc/p5-CAM-PDF | |
parent | c3a3b67f5b90fc3f47a3cb5e51ffd1319a1462b9 (diff) | |
download | freebsd-ports-gnome-637487058459f66f0ce46d66db1c5ebbc60596fe.tar.gz freebsd-ports-gnome-637487058459f66f0ce46d66db1c5ebbc60596fe.tar.zst freebsd-ports-gnome-637487058459f66f0ce46d66db1c5ebbc60596fe.zip |
Add some doc
Diffstat (limited to 'textproc/p5-CAM-PDF')
-rw-r--r-- | textproc/p5-CAM-PDF/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index d71a6bdbda80..a464f2fb3b35 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -7,6 +7,7 @@ PORTNAME= CAM-PDF PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN 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::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> |