summaryrefslogtreecommitdiff
path: root/devel/cflow2vcg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cflow2vcg/Makefile')
-rw-r--r--devel/cflow2vcg/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/cflow2vcg/Makefile b/devel/cflow2vcg/Makefile
index 35320c44c588..1906acdaca8f 100644
--- a/devel/cflow2vcg/Makefile
+++ b/devel/cflow2vcg/Makefile
@@ -16,4 +16,12 @@ MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for ext in cflow html jpg rtf txt vcg
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>