aboutsummaryrefslogtreecommitdiff
path: root/devel/cflow2vcg
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 08:30:51 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 08:30:51 +0000
commit64bfbaea960540b63b3119242cff3f4ae845c595 (patch)
tree699b5f979c4a9cd6acbba843d1518830cf6fa1c9 /devel/cflow2vcg
parentdc192ffa3828e4df3356d26a5bc5901d69572354 (diff)
downloadports-64bfbaea960540b63b3119242cff3f4ae845c595.tar.gz
ports-64bfbaea960540b63b3119242cff3f4ae845c595.zip
Support staging
Notes
Notes: svn path=/head/; revision=345019
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>