summaryrefslogtreecommitdiff
path: root/net/nocol
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-12 14:06:55 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-12 14:06:55 +0000
commit0cdc21f197d173755b9b8877f2835ef333cf4189 (patch)
tree98a84c8b9971dbf64dd0b020eaabfd1e30a7fbee /net/nocol
parentbf5df431f9d52d4b07e994a1d0d4b08f7cadf88e (diff)
downloadpkgsrc-0cdc21f197d173755b9b8877f2835ef333cf4189.tar.gz
Fix path to Perl. Depend on and fix path to tk-Tix.
Bump revision.
Diffstat (limited to 'net/nocol')
-rw-r--r--net/nocol/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile
index 4018b4d36a9..b081bfb9fc5 100644
--- a/net/nocol/Makefile
+++ b/net/nocol/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2007/07/03 13:54:46 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2007/08/12 14:06:55 joerg Exp $
#
DISTNAME= nocol-4.3.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/
@@ -22,6 +22,13 @@ INSTALL_TARGET= install root
OWN_DIRS+= /var/run/msgs
OWN_DIRS+= /var/run/data
+DEPENDS+= tk-Tix-[0-9]*:../../x11/tk-Tix
+
+.include "../../x11/tk-Tix/interpreter.mk"
+
+REPLACE_PERL= perlnocol/hostmon-osclients/hostmon-client*
+REPLACE_TK_TIX= tknocol/tkNocol.tix
+
post-patch:
@(hostname=`/bin/hostname`; \
dir=""; \