summaryrefslogtreecommitdiff
path: root/net/hobbitmon
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-10-27 01:05:59 +0000
committerdholland <dholland@pkgsrc.org>2008-10-27 01:05:59 +0000
commit7cf7a60c09dd49119744101a6a254b56f9124a3c (patch)
tree7c95035985628cd369758a4d8d623ba2a9d0b86c /net/hobbitmon
parente7bb92a1dfe9f68514b153a1d91fc100bdbbc3b9 (diff)
downloadpkgsrc-7cf7a60c09dd49119744101a6a254b56f9124a3c.tar.gz
This installs a perl script. Proceed accordingly. Closes PR 39806.
PKGREVISION++ (to 12).
Diffstat (limited to 'net/hobbitmon')
-rw-r--r--net/hobbitmon/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile
index 136bf188a84..1ca1e213fab 100644
--- a/net/hobbitmon/Makefile
+++ b/net/hobbitmon/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2008/01/18 05:08:42 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2008/10/27 01:05:59 dholland Exp $
#
DISTNAME= hobbit-4.0-beta6
PKGNAME= hobbit-4.0b6
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hobbitmon/}
@@ -14,7 +14,8 @@ COMMENT= Network services monitor a la Big Brother
DEPENDS+= fping>2:../../net/fping
HAS_CONFIGURE= YES
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl:run
+REPLACE_PERL+= hobbitd/maint.pl.DIST
INSTALL_TARGET= setup
.include "../../mk/bsd.prefs.mk"