diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-04-20 12:25:26 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-04-20 12:25:26 +0000 |
commit | 48f192bf996e61895c3c81c7790704661d4a9a19 (patch) | |
tree | deb3d9dead976b140b3e3343e3489c907a65c9b6 /sysutils/timelimit/Makefile | |
parent | 02cd60b224f5d256a772a641dc716d12c28af7a2 (diff) |
Notes
Diffstat (limited to 'sysutils/timelimit/Makefile')
-rw-r--r-- | sysutils/timelimit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index 2164d88b6833..4b8be52a1cc5 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -15,6 +15,9 @@ MAINTAINER= eadler@FreeBSD.org COMMENT= Limit the absolute execution time of a process LICENSE= BSD + +CONFLICTS= netpipes-[0-9]* + MAN1= timelimit.1 PLIST_FILES= bin/timelimit |