aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2008-11-09 22:12:44 +0800
committerdanfe <danfe@FreeBSD.org>2008-11-09 22:12:44 +0800
commite6ce9b8d09ffbf85ed57358923a0cfed75db174b (patch)
treefdc382505dac98131ac8ecf7c3713c6926de311d /sysutils
parent9ab33331c9a6ef4c4adb025ebef36def5b0680ba (diff)
downloadfreebsd-ports-gnome-e6ce9b8d09ffbf85ed57358923a0cfed75db174b.tar.gz
freebsd-ports-gnome-e6ce9b8d09ffbf85ed57358923a0cfed75db174b.tar.zst
freebsd-ports-gnome-e6ce9b8d09ffbf85ed57358923a0cfed75db174b.zip
- Correctly assign RUN_DEPENDS, otherwise dependency on Perl interpreter
would be recorded twice - Use official project name here and there - Drop old-school attribution from the pkg-descr - Canonicalize Makefile header
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wots/Makefile8
-rw-r--r--sysutils/wots/pkg-descr9
2 files changed, 7 insertions, 10 deletions
diff --git a/sysutils/wots/Makefile b/sysutils/wots/Makefile
index 2fe0ef54cfe5..d01b5a54b774 100644
--- a/sysutils/wots/Makefile
+++ b/sysutils/wots/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: wots
-# Date created: 26-Nov-2001
-# Whom: Bruce M Simpson <bms@FreeBSD.org>
+# New ports collection makefile for: WOTS
+# Date created: 26-Nov-2001
+# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
@@ -16,7 +16,7 @@ COMMENT= System log watch/alert utility, similar to swatch, written in Perl
BUILD_DEPENDS= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
HAS_CONFIGURE= yes
diff --git a/sysutils/wots/pkg-descr b/sysutils/wots/pkg-descr
index e0201aab13c0..f791f1b3b1df 100644
--- a/sysutils/wots/pkg-descr
+++ b/sysutils/wots/pkg-descr
@@ -1,8 +1,5 @@
-This is a port of wots, a Perl script for monitoring multiple system
+This is a port of WOTS, a Perl script for monitoring multiple system
logfiles and allowing actions to be carried out upon regexps being matched.
-wots is able to alert the administrator using email, can perform syntax
+WOTS is able to alert the administrator using email, can perform syntax
coloring of messages (for use with roottail or, better still, in a small
-'always-on-top' rxvt window - or, as I prefer, on a dedicated vty).
-
-Bruce
-bms@spc.org
+'always-on-top' rxvt window -- or, as I prefer, on a dedicated vty).