summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-12 14:06:55 +0000
committerjoerg <joerg>2007-08-12 14:06:55 +0000
commit9bb4a74f0d5fedd834c061923d598da0a36e80fd (patch)
tree98a84c8b9971dbf64dd0b020eaabfd1e30a7fbee
parentb69400c003433261010f5cd5f6198d79725b3254 (diff)
downloadpkgsrc-9bb4a74f0d5fedd834c061923d598da0a36e80fd.tar.gz
Fix path to Perl. Depend on and fix path to tk-Tix.
Bump revision.
-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=""; \