diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-02-07 05:22:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-02-07 05:22:17 +0000 |
commit | d2f4811a8ef7e440a1c4e4ed93725b3d6b10fc96 (patch) | |
tree | 15f72feded98b23ce1453804276ba840a663bf27 /net/py-samba | |
parent | Update to 3.0.11. (diff) |
Chase net/samba3 version bump.
PR: ports/77188
Submitted by: maintainer
Diffstat (limited to 'net/py-samba')
-rw-r--r-- | net/py-samba/Makefile | 1 | ||||
-rw-r--r-- | net/py-samba/pkg-descr | 2 | ||||
-rw-r--r-- | net/py-samba/pkg-plist | 4 |
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 |