aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PerlPoint-Package/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-06-08 11:11:07 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-06-08 11:11:07 +0000
commit1a986fa3a33d48b6d3a3ad6f718a403544aeb078 (patch)
tree2946579c7839f1c05959e30bebb573c59610ce43 /textproc/p5-PerlPoint-Package/Makefile
parent1894d4c1b60dabfbd3bc73ab3af310aaac0c08f0 (diff)
downloadports-1a986fa3a33d48b6d3a3ad6f718a403544aeb078.tar.gz
ports-1a986fa3a33d48b6d3a3ad6f718a403544aeb078.zip
Add docs
Notes
Notes: svn path=/head/; revision=111080
Diffstat (limited to 'textproc/p5-PerlPoint-Package/Makefile')
-rw-r--r--textproc/p5-PerlPoint-Package/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-PerlPoint-Package/Makefile b/textproc/p5-PerlPoint-Package/Makefile
index 316d7fa38edd..43cde762d067 100644
--- a/textproc/p5-PerlPoint-Package/Makefile
+++ b/textproc/p5-PerlPoint-Package/Makefile
@@ -31,6 +31,12 @@ MAN3= PerlPoint::Anchors.3 \
PerlPoint::Tags::CPPP.3 \
PerlPoint::Tags::SDF.3
+.if !defined(NOPORTDOCS)
+post-install:
+ @cd ${WRKSRC}/doc; ${FIND} . | ${CPIO} -padm ${DOCSDIR}
+ @cd ${WRKSRC}; ${FIND} utilities | ${CPIO} -padm ${DOCSDIR}
+.endif
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800