diff options
Diffstat (limited to 'net/py-samba')
-rw-r--r-- | net/py-samba/Makefile | 5 | ||||
-rw-r--r-- | net/py-samba/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile index a8d8da3825e..638874372f3 100644 --- a/net/py-samba/Makefile +++ b/net/py-samba/Makefile @@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --without-winbind CONFIGURE_ARGS+= --without-ldapsam CONFIGURE_ARGS+= --without-pam_smbpass +CONFIGURE_ARGS+=--without-krb5 +CONFIGURE_ARGS+=--without-ads + do-build: cd ${WRKSRC} && ${MAKE} proto cd ${WRKSRC} && ${MAKE} python_ext @@ -42,6 +45,6 @@ do-build: post-install: -@${MKDIR} ${EXAMPLESDIR} @${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR} - @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/python/* ${EXAMPLESDIR} + @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* ${EXAMPLESDIR} .include "${MASTERDIR}/Makefile" diff --git a/net/py-samba/pkg-plist b/net/py-samba/pkg-plist index 42c880cbdc7..7193342a1e2 100644 --- a/net/py-samba/pkg-plist +++ b/net/py-samba/pkg-plist @@ -14,6 +14,7 @@ %%PYTHON_SITELIBDIR%%/samba/winbind.so %%PYTHON_SITELIBDIR%%/samba/winreg.so %%EXAMPLESDIR%%/SambaConfig.py +%%EXAMPLESDIR%%/SambaParm.py %%EXAMPLESDIR%%/generate_parm_table.py %%EXAMPLESDIR%%/modify_samba_config.py %%EXAMPLESDIR%%/smbparm.py |