diff options
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 3edfb322eb56..045c2c13495f 100644 --- a/net/samba3/Makefile +++ b/net/samba3/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 ;\ |