aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 18:32:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 18:32:21 +0000
commita26180ae4ba99bf666cbd51a8eaa20b829ed1007 (patch)
tree6857855773723a7994ef647d4261b75aa6bdf3b3
parent4780a91c723484b6c87718edb56a42a42040117b (diff)
downloadports-a26180ae4ba99bf666cbd51a8eaa20b829ed1007.tar.gz
ports-a26180ae4ba99bf666cbd51a8eaa20b829ed1007.zip
Notes
-rw-r--r--sysutils/timelimit/Makefile11
-rw-r--r--sysutils/timelimit/pkg-descr8
2 files changed, 9 insertions, 10 deletions
diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile
index f7ff60df7684..46677a52ca88 100644
--- a/sysutils/timelimit/Makefile
+++ b/sysutils/timelimit/Makefile
@@ -7,18 +7,19 @@ 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 <bsd.port.mk>
diff --git a/sysutils/timelimit/pkg-descr b/sysutils/timelimit/pkg-descr
index 5e0a5149a6ab..1264d2ed1ea2 100644
--- a/sysutils/timelimit/pkg-descr
+++ b/sysutils/timelimit/pkg-descr
@@ -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 <roam@ringlet.net>
WWW: http://devel.ringlet.net/sysutils/timelimit/