aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-samba
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-01-10 00:51:54 +0800
committersem <sem@FreeBSD.org>2006-01-10 00:51:54 +0800
commitd3c3c45fe23a72dd2b349eb1fdedff63b5490b9a (patch)
tree61aeee3423a13a56fb52bc3bb4700c6b6d38995c /net/py-samba
parent571c5818809ff8fe73720ae8c6fe40fa8df5e361 (diff)
downloadfreebsd-ports-gnome-d3c3c45fe23a72dd2b349eb1fdedff63b5490b9a.tar.gz
freebsd-ports-gnome-d3c3c45fe23a72dd2b349eb1fdedff63b5490b9a.tar.zst
freebsd-ports-gnome-d3c3c45fe23a72dd2b349eb1fdedff63b5490b9a.zip
- Update samba3 slave ports
- Change a descripion of samba-libsmbclient port PR: ports/91530 Submitted by: Timur I. Bakeyev (maintainer)
Diffstat (limited to 'net/py-samba')
-rw-r--r--net/py-samba/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile
index 638874372f3d..b518c584d55e 100644
--- a/net/py-samba/Makefile
+++ b/net/py-samba/Makefile
@@ -25,18 +25,6 @@ USE_PYDISTUTILS= yes
PYSETUP= python/setup.py
CONFIGURE_ARGS+= --with-python
-# This is taken from SAMBA_PORT(grep without)
-CONFIGURE_ARGS+= --disable-cups
-CONFIGURE_ARGS+= --without-libsmbclient
-CONFIGURE_ARGS+= --without-syslog
-CONFIGURE_ARGS+= --without-quotas
-CONFIGURE_ARGS+= --without-utmp
-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
@@ -45,6 +33,7 @@ do-build:
post-install:
-@${MKDIR} ${EXAMPLESDIR}
@${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
- @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* ${EXAMPLESDIR}
+ @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* \
+ ${EXAMPLESDIR}
.include "${MASTERDIR}/Makefile"