diff options
Diffstat (limited to 'net-mgmt/netleak/Makefile')
-rw-r--r-- | net-mgmt/netleak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/netleak/Makefile b/net-mgmt/netleak/Makefile index 598318b92d2c..acbd4918dfc5 100644 --- a/net-mgmt/netleak/Makefile +++ b/net-mgmt/netleak/Makefile @@ -27,10 +27,10 @@ SHEBANG_FILES= netleak netleakd PORTDOCS= BUGS README TODO +OPTIONS_DEFINE= DOCS + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |