mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
67b73d1377
avoid a assigning endp to the end of the buffer then realloc()ing the buffer to a different location. 'cmdwatch ps ruaxww' failed consistently due to this bug. - Bump PORTREVISION. Submitted by: brian@ (via private mail) Approved by: miwi (mentor, implicit)
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# New ports collection makefile for: cmdwatch
|
|
# Date created: 8-28-2002
|
|
# Whom: bjohnson@wedgie.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cmdwatch
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.chruetertee.ch/files/download/
|
|
|
|
MAINTAINER= beat@FreeBSD.org
|
|
COMMENT= Watches the output from a command at specified intervals
|
|
|
|
MAN1= cmdwatch.1
|
|
PLIST_FILES= bin/cmdwatch
|
|
|
|
.include <bsd.port.mk>
|