summaryrefslogtreecommitdiff
path: root/net/py-hatop
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-28 15:48:28 +0000
committerwiz <wiz@pkgsrc.org>2016-08-28 15:48:28 +0000
commit603dcc22edc1f178f5df2f3c0853c1294bfc80f8 (patch)
tree85b93e9a4d849775aa1efab701f573dd711aa579 /net/py-hatop
parent5391a4ec072e7fb654bef8dbf0ece3ee0945c3fb (diff)
downloadpkgsrc-603dcc22edc1f178f5df2f3c0853c1294bfc80f8.tar.gz
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
Diffstat (limited to 'net/py-hatop')
-rw-r--r--net/py-hatop/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-hatop/Makefile b/net/py-hatop/Makefile
index 627cbba816a..31afc38686e 100644
--- a/net/py-hatop/Makefile
+++ b/net/py-hatop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/13 23:12:43 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:34 wiz Exp $
DISTNAME= hatop-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,9 @@ HOMEPAGE= http://feurix.org/projects/hatop/
COMMENT= Interactive client and monitoring tool for HAProxy
LICENSE= gnu-gpl-v3
+DEPENDS+= haproxy>=1.4:../../net/haproxy
+DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+
USE_LANGUAGES= # none
NO_BUILD= yes
@@ -17,7 +20,6 @@ PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_PYTHON= bin/hatop
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
PY_PATCHPLIST= yes
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
do-configure:
# XXX: Blank, but we can't define NO_CONFIGURE and use REPLACE_PYTHON...
@@ -28,8 +30,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/man/hatop.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/hatop${PYVERSSUFFIX}.1
-DEPENDS+= haproxy>=1.4:../../net/haproxy
-DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"