summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 3edfb322eb56..045c2c13495f 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -93,7 +93,7 @@ post-install:
${WRKDIR}/${DISTNAME}/docs/history ; do \
${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba ; \
done
- for i in faq htmldocs manpages textdocs yodldocs ; do \
+ for i in faq htmldocs textdocs yodldocs ; do \
${MKDIR} ${PREFIX}/share/doc/samba/$$i ; \
for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \
${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\