Lines 1-5
Link Here
|
1 |
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> |
1 |
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> |
2 |
# $FreeBSD: ports/devel/py-dateutil/Makefile,v 1.17 2013/01/24 07:51:55 svnexp Exp $ |
2 |
# $FreeBSD: head/devel/py-dateutil/Makefile 310916 2013-01-24 07:42:32Z rm $ |
3 |
|
3 |
|
4 |
PORTNAME= dateutil |
4 |
PORTNAME= dateutil |
5 |
PORTVERSION= 2.1 |
5 |
PORTVERSION= 2.1 |
Lines 20-25
Link Here
|
20 |
USE_PYDISTUTILS= easy_install |
20 |
USE_PYDISTUTILS= easy_install |
21 |
PYDISTUTILS_PKGNAME= python-dateutil |
21 |
PYDISTUTILS_PKGNAME= python-dateutil |
22 |
|
22 |
|
|
|
23 |
# Fix incorrect permissions |
24 |
post-patch: |
25 |
@${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 0755 |
26 |
@${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} 0644 |
27 |
|
23 |
regression-test: build |
28 |
regression-test: build |
24 |
@cd ${WRKSRC} && ${PYTHON_CMD} test.py |
29 |
@cd ${WRKSRC} && ${PYTHON_CMD} test.py |