1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/cmdwatch/Makefile
Beat Gaetzi 67b73d1377 - Add patch to shuffle around the command line realloc loop to
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)
2009-06-06 08:14:40 +00:00

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>