diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 08:30:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 08:30:51 +0000 |
commit | 64bfbaea960540b63b3119242cff3f4ae845c595 (patch) | |
tree | 699b5f979c4a9cd6acbba843d1518830cf6fa1c9 /devel/cflow2vcg | |
parent | dc192ffa3828e4df3356d26a5bc5901d69572354 (diff) | |
download | ports-64bfbaea960540b63b3119242cff3f4ae845c595.tar.gz ports-64bfbaea960540b63b3119242cff3f4ae845c595.zip |
Notes
Diffstat (limited to 'devel/cflow2vcg')
-rw-r--r-- | devel/cflow2vcg/Makefile | 9 |
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> |