aboutsummaryrefslogtreecommitdiff
path: root/net/py-samba
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-01-09 16:51:54 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-01-09 16:51:54 +0000
commiteab9cb5c48eea43f38cf61e6e6648c9fce86aa4b (patch)
tree4feaf6ca412ab69615e2f8588e764110bc07735f /net/py-samba
parent398fd6e3ece879270b9c0fa8846dca74cb798c05 (diff)
downloadports-eab9cb5c48eea43f38cf61e6e6648c9fce86aa4b.tar.gz
ports-eab9cb5c48eea43f38cf61e6e6648c9fce86aa4b.zip
Notes
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"