aboutsummaryrefslogtreecommitdiff
path: root/security/py-libnacl
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:12:22 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-10-08 15:12:22 +0000
commiteb8748bedad607ac907ca3545ad41d6931f779fc (patch)
treec89b8aa93cae0953f125b8444f09a7c67d6adcf9 /security/py-libnacl
parent42bc424f618b6148fae4b6088ace14057513f0bc (diff)
downloadports-eb8748bedad607ac907ca3545ad41d6931f779fc.tar.gz
ports-eb8748bedad607ac907ca3545ad41d6931f779fc.zip
Remove trailing whitespace from Makefiles, M-X.
Notes
Notes: svn path=/head/; revision=398833
Diffstat (limited to 'security/py-libnacl')
-rw-r--r--security/py-libnacl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile
index 540db869e0c9..06cca2f6b44b 100644
--- a/security/py-libnacl/Makefile
+++ b/security/py-libnacl/Makefile
@@ -19,7 +19,7 @@ USES= python
USE_PYTHON= autoplist distutils
regression-test: build
- ${TOUCH} ${WRKSRC}/tests/__init__.py
+ ${TOUCH} ${WRKSRC}/tests/__init__.py
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>