aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2005-02-07 13:22:17 +0800
committerkuriyama <kuriyama@FreeBSD.org>2005-02-07 13:22:17 +0800
commitd3186c3196394a02f3cf0bcbbb0a32e52cb5d91e (patch)
tree481caff24584b21af07367bfb475c37ef4a69ddb
parentdd51f730ec540e332bac663c26f63da1ac3a87d8 (diff)
downloadfreebsd-ports-gnome-d3186c3196394a02f3cf0bcbbb0a32e52cb5d91e.tar.gz
freebsd-ports-gnome-d3186c3196394a02f3cf0bcbbb0a32e52cb5d91e.tar.zst
freebsd-ports-gnome-d3186c3196394a02f3cf0bcbbb0a32e52cb5d91e.zip
Chase net/samba3 version bump.
PR: ports/77188 Submitted by: maintainer
-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