summaryrefslogtreecommitdiff
path: root/net/py-samba
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-samba')
-rw-r--r--net/py-samba/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile
index 5c5364087305..ce0b5befd7ac 100644
--- a/net/py-samba/Makefile
+++ b/net/py-samba/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,17 +24,18 @@ USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
PYSETUP= python/setup.py
-GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-python
+WITHOUT_ADS= yes
+
do-build:
cd ${WRKSRC} && ${MAKE} proto
cd ${WRKSRC} && ${MAKE} python_ext
post-install:
-@${MKDIR} ${EXAMPLESDIR}
- @${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
- @${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* \
+ ${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
+ ${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* \
${EXAMPLESDIR}
.include "${MASTERDIR}/Makefile"