Chase net/samba3 version bump.

PR:		ports/77188
Submitted by:	maintainer
This commit is contained in:
Jun Kuriyama 2005-02-07 05:22:17 +00:00
parent 22f2d61c80
commit d2f4811a8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128205
3 changed files with 6 additions and 1 deletions

View File

@ -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"

View File

@ -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/

View File

@ -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