Index: head/sysutils/timelimit/Makefile =================================================================== --- head/sysutils/timelimit/Makefile (revision 369652) +++ head/sysutils/timelimit/Makefile (revision 369653) @@ -1,24 +1,25 @@ # Created by: roam@FreeBSD.org # $FreeBSD$ PORTNAME= timelimit PORTVERSION= 1.8 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Limit the absolute execution time of a process LICENSE= BSD2CLAUSE -CONFLICTS= netpipes-[0-9]* +CONFLICTS_INSTALL= netpipes-[0-9]* -PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz NO_ARCH= yes +PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include Index: head/sysutils/timelimit/pkg-descr =================================================================== --- head/sysutils/timelimit/pkg-descr (revision 369652) +++ head/sysutils/timelimit/pkg-descr (revision 369653) @@ -1,7 +1,5 @@ -timelimit executes a command and terminates the spawned process -after a given time with a given signal. A 'warning' signal -is sent first, then, after a timeout, a 'kill' signal, similar -to the way init(8) operates on shutdown. +timelimit executes a command and terminates the spawned process after a given +time with a given signal. A 'warning' signal is sent first, then, after a +timeout, a 'kill' signal, similar to the way init(8) operates on shutdown. -Author: Peter Pentchev WWW: http://devel.ringlet.net/sysutils/timelimit/