aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r--net-mgmt/pmacct/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index fd931e01049f..bc5f725764b0 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -106,7 +106,8 @@ post-install:
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for i in ChangeLog EXAMPLES FAQS README
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+.for i in ChangeLog EXAMPLES FAQS README TOOLS CONFIG-KEYS KNOWN-BUGS
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif