summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-10 02:08:57 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-10 02:08:57 +0000
commit29ad4272f353f03b7406a20ca9612494484fcefa (patch)
tree5c0d4c66a1fcad450722f5c032379f362f4be86e /net
parentUpdate MASTER_SITE_SUBDIR for new location (diff)
Add missing PORTDOCS to pkg-plist
Submitted by: pat@databits.net
Notes
Notes: svn path=/head/; revision=44993
Diffstat (limited to 'net')
-rw-r--r--net/samba/pkg-plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba/pkg-plist b/net/samba/pkg-plist
index e7e906363b1a..8be1a9516519 100644
--- a/net/samba/pkg-plist
+++ b/net/samba/pkg-plist
@@ -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