summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/py-samba/Makefile1
-rw-r--r--net/py-samba/pkg-descr2
-rw-r--r--net/py-samba/pkg-plist4
3 files changed, 6 insertions, 1 deletions
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile
index 2b4896eae561..a8d8da3825ef 100644
--- a/net/py-samba/Makefile
+++ b/net/py-samba/Makefile
@@ -42,5 +42,6 @@ do-build:
post-install:
-@${MKDIR} ${EXAMPLESDIR}
@${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
+ @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/python/* ${EXAMPLESDIR}
.include "${MASTERDIR}/Makefile"
diff --git a/net/py-samba/pkg-descr b/net/py-samba/pkg-descr
index 548ea1ab7e3d..f5c503104f39 100644
--- a/net/py-samba/pkg-descr
+++ b/net/py-samba/pkg-descr
@@ -1,4 +1,4 @@
-This are the Python bindings for Samba port. They let Python programs to
+These are the Python bindings for Samba port. They let Python programms to
use the SMB protocol.
WWW: http://www.samba.org/
diff --git a/net/py-samba/pkg-plist b/net/py-samba/pkg-plist
index ab27da1021f3..42c880cbdc73 100644
--- a/net/py-samba/pkg-plist
+++ b/net/py-samba/pkg-plist
@@ -13,6 +13,10 @@
%%PYTHON_SITELIBDIR%%/samba/tdbpack.so
%%PYTHON_SITELIBDIR%%/samba/winbind.so
%%PYTHON_SITELIBDIR%%/samba/winreg.so
+%%EXAMPLESDIR%%/SambaConfig.py
+%%EXAMPLESDIR%%/generate_parm_table.py
+%%EXAMPLESDIR%%/modify_samba_config.py
+%%EXAMPLESDIR%%/smbparm.py
%%EXAMPLESDIR%%/spoolss/changeid.py
%%EXAMPLESDIR%%/spoolss/enumprinters.py
%%EXAMPLESDIR%%/spoolss/psec.py