aboutsummaryrefslogtreecommitdiff
path: root/devel/cflow2vcg
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cflow2vcg')
-rw-r--r--devel/cflow2vcg/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/cflow2vcg/Makefile b/devel/cflow2vcg/Makefile
index bbbeed454f32..f147c4877b8e 100644
--- a/devel/cflow2vcg/Makefile
+++ b/devel/cflow2vcg/Makefile
@@ -12,11 +12,10 @@ COMMENT= Convert the result of the cflow utility in a VCG format
GNU_CONFIGURE= yes
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>