svn commit: r364906 - head/mail/tumgreyspf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:01:32 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:01:31 2014
New Revision: 364906
URL: http://svnweb.freebsd.org/changeset/ports/364906
QAT: https://qat.redports.org/buildarchive/r364906/
Log:
- Use USES=python
Modified:
head/mail/tumgreyspf/Makefile
Modified: head/mail/tumgreyspf/Makefile
==============================================================================
--- head/mail/tumgreyspf/Makefile Fri Aug 15 03:01:27 2014 (r364905)
+++ head/mail/tumgreyspf/Makefile Fri Aug 15 03:01:31 2014 (r364906)
@@ -18,8 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spf.py
OPTIONS_DEFINE= DOCS
NO_BUILD= yes
-USE_PYTHON= yes
-USES= shebangfix
+USES= python shebangfix
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
PKGINSTALL= ${WRKDIR}/pkg-install
@@ -61,11 +60,10 @@ post-patch:
do-install:
${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/
- cd ${WRKSRC}/ && \
- ${INSTALL_SCRIPT} tumgreyspf tumgreyspf-clean tumgreyspf-configtest tumgreyspf-stat ${STAGEDIR}${PREFIX}/bin/ && \
- ${INSTALL_SCRIPT} gentest ${STAGEDIR}${PREFIX}/bin/tumgreyspf-gentest && \
- ${INSTALL_SCRIPT} tumgreyspfsupp.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ && \
- ${INSTALL_DATA} tumgreyspf.conf ${STAGEDIR}${PREFIX}/etc/tumgreyspf.conf.default
+ cd ${WRKSRC}/ && ${INSTALL_SCRIPT} tumgreyspf tumgreyspf-clean tumgreyspf-configtest tumgreyspf-stat ${STAGEDIR}${PREFIX}/bin/
+ cd ${WRKSRC}/ && ${INSTALL_SCRIPT} gentest ${STAGEDIR}${PREFIX}/bin/tumgreyspf-gentest
+ cd ${WRKSRC}/ && ${INSTALL_SCRIPT} tumgreyspfsupp.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} tumgreyspf.conf ${STAGEDIR}${PREFIX}/etc/tumgreyspf.conf.default
.if !exists(${PREFIX}/etc/tumgreyspf.conf)
${INSTALL_DATA} ${WRKSRC}/tumgreyspf.conf ${STAGEDIR}${PREFIX}/etc/
.endif
More information about the svn-ports-head
mailing list