diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-08-20 11:28:15 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-08-20 11:28:20 +0200 |
commit | 86b8a26766c713d8ac9c818dc7c9dfd627b5260d (patch) | |
tree | 839281777f38aaffaef00d456bf1bd41aaf95d9f | |
parent | emulators/wine-devel: Add run-time dependency on alsa-plugins (diff) |
www/pacparser: Minor improvements
Add a test target for python and use NO_INTERNET the way it is intended.
-rw-r--r-- | www/pacparser/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/pacparser/Makefile b/www/pacparser/Makefile index aaacfc8feaa8..56b7604de9f8 100644 --- a/www/pacparser/Makefile +++ b/www/pacparser/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= manugarg GH_TAGNAME= e29c1a3 USE_LDCONFIG= yes -MAKE_ENV+= NO_INTERNET=\# +MAKE_ENV+= NO_INTERNET=1 MAKE_JOBS_UNSAFE= yes WRKSRC_SUBDIR= src @@ -51,4 +51,7 @@ post-install: post-install-PYTHON-on: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pacparser/_pacparser.cpython-*.so +do-test-PYTHON-on: + ${PYTHON_CMD} ${WRKSRC}/../tests/runtests.py + .include <bsd.port.mk> |