diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2016-02-26 12:25:39 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2016-02-26 12:25:39 +0000 |
commit | fd8428d31f8c4d2b8093a61af477aeec7a494a4d (patch) | |
tree | 2ac7074d61acceba725e85d2c80effd385144a2e /sysutils/py-nagiosplugin/Makefile | |
parent | 34f19c845e8102b61010976af23e2379de97b79d (diff) | |
download | ports-fd8428d31f8c4d2b8093a61af477aeec7a494a4d.tar.gz ports-fd8428d31f8c4d2b8093a61af477aeec7a494a4d.zip |
Notes
Diffstat (limited to 'sysutils/py-nagiosplugin/Makefile')
-rw-r--r-- | sysutils/py-nagiosplugin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/py-nagiosplugin/Makefile b/sysutils/py-nagiosplugin/Makefile index b4be268d2147..cb3942921342 100644 --- a/sysutils/py-nagiosplugin/Makefile +++ b/sysutils/py-nagiosplugin/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nagiosplugin -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= distutils autoplist -regression-test: build +NO_ARCH= yes + +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> |