diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-03-31 00:17:28 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-03-31 00:17:28 +0800 |
commit | 0c998f085d0673d003eff56d1996393bee83b3b5 (patch) | |
tree | 3f11572cd54cdf7faba0c138b0d9c8339b0f40ed /misc/since | |
parent | 75beb9e37d0032c71dff460bdbf5d7fba4a66f52 (diff) | |
download | freebsd-ports-gnome-0c998f085d0673d003eff56d1996393bee83b3b5.tar.gz freebsd-ports-gnome-0c998f085d0673d003eff56d1996393bee83b3b5.tar.zst freebsd-ports-gnome-0c998f085d0673d003eff56d1996393bee83b3b5.zip |
- Set MAKE_JOBS_SAFE
Diffstat (limited to 'misc/since')
-rw-r--r-- | misc/since/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/since/Makefile b/misc/since/Makefile index 9301e083f9aa..58ca8cf78c74 100644 --- a/misc/since/Makefile +++ b/misc/since/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://welz.org.za/projects/since/ \ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= View the end of a file like tail(1), but save state between sessions +MAKE_JOBS_SAFE= yes + MAN1= since.1 PLIST_FILES= bin/since |