diff options
author | koobs <koobs@FreeBSD.org> | 2014-07-28 13:21:11 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-07-28 13:21:11 +0800 |
commit | 41682231d493317a14286df903956229ec975a05 (patch) | |
tree | fb31a4905a9c5fdbc47e12f037d1ba35ab563cab /sysutils | |
parent | 97764d3bc94b1ece22c8e1032a6b6af1131b6c37 (diff) | |
download | freebsd-ports-gnome-41682231d493317a14286df903956229ec975a05.tar.gz freebsd-ports-gnome-41682231d493317a14286df903956229ec975a05.tar.zst freebsd-ports-gnome-41682231d493317a14286df903956229ec975a05.zip |
sysutils/py-nagiosplugin: Remove pre-install target
Remove pre-install target, committed inadvertently.
Also, here's the URL for nagiosplugin changes:
* http://pythonhosted.org/nagiosplugin/history.html
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-nagiosplugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/py-nagiosplugin/Makefile b/sysutils/py-nagiosplugin/Makefile index c48253675701..7233a435eb52 100644 --- a/sysutils/py-nagiosplugin/Makefile +++ b/sysutils/py-nagiosplugin/Makefile @@ -2,6 +2,7 @@ PORTNAME= nagiosplugin PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +17,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -pre-install: regression-test - regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test |