aboutsummaryrefslogtreecommitdiff
path: root/sysutils/roottail/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-23 12:13:02 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-23 12:13:02 +0000
commit5b32609d2f71e3bfcc6099d219dac0b7a91b29b2 (patch)
tree03933d8d6c96b20e1fbf968cf5840b2642a4acc0 /sysutils/roottail/Makefile
parentbf6d0ee7468e3af049f95873d4a919cb0a60613b (diff)
downloadports-5b32609d2f71e3bfcc6099d219dac0b7a91b29b2.tar.gz
ports-5b32609d2f71e3bfcc6099d219dac0b7a91b29b2.zip
Notes
Diffstat (limited to 'sysutils/roottail/Makefile')
-rw-r--r--sysutils/roottail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile
index 02ce469e5a61..a4c24b00f2cd 100644
--- a/sysutils/roottail/Makefile
+++ b/sysutils/roottail/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= roottail
-PORTVERSION= 0.2
+PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.goof.com/pcg/marc/data/
DISTNAME= root-tail-${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org
-COMMENT= Simple utility to tail files/logs to a root X window
+COMMENT= Print text directly to X11 root window
MAN1= root-tail.1
PLIST_FILES= bin/root-tail
USE_IMAKE= yes
+MAKE_ARGS= CC="${CC}"
.include <bsd.port.mk>