1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add missing PORTDOCS to pkg-plist

Submitted by:	pat@databits.net
This commit is contained in:
David W. Chapman Jr. 2001-07-10 02:08:57 +00:00
parent d277aa0da9
commit 29ad4272f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44993

View File

@ -428,11 +428,11 @@ share/swat/using_samba/this_edition.html
@dirrm share/examples/samba/dce-dfs
@dirrm share/examples/samba/autofs
@dirrm share/examples/samba
@dirrm share/doc/samba/yodldocs
@dirrm share/doc/samba/textdocs
@dirrm share/doc/samba/htmldocs
@dirrm share/doc/samba/faq
@dirrm share/doc/samba
%%PORTDOCS%%@dirrm share/doc/samba/yodldocs
%%PORTDOCS%%@dirrm share/doc/samba/textdocs
%%PORTDOCS%%@dirrm share/doc/samba/htmldocs
%%PORTDOCS%%@dirrm share/doc/samba/faq
%%PORTDOCS%%@dirrm share/doc/samba
@dirrm etc/codepages
@exec cat %D/share/doc/samba/README.FreeBSD
@exec mkdir %D/private ; if [ ! -f %D/private/smbpasswd ] ; then chown -R root.wheel %D/private ; cat /etc/passwd | grep -v "^#" | %D/bin/make_smbpasswd > %D/private/smbpasswd ; chmod 500 %D/private ; chmod 600 %D/private/smbpasswd ; fi