diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 01:23:33 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 01:23:33 +0000 |
commit | 46f1924ab867e6d46b16aead1bdc227a3b7e51f0 (patch) | |
tree | 20d5233e6a826f89071aa2dc447af99b51106315 /net/py-samba | |
parent | BROKEN: Installs files before 'make install' (diff) |
- Cosmetic changes in Makefile
- Force WITHOUT_ADS=yes
- Bump PORTREVISION
PR: 93555
Submitted by: maintainer
Diffstat (limited to 'net/py-samba')
-rw-r--r-- | net/py-samba/Makefile | 9 |
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" |