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 | |
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')
-rw-r--r-- | misc/colortail/Makefile | 2 | ||||
-rw-r--r-- | misc/since/Makefile | 2 | ||||
-rw-r--r-- | misc/sword/Makefile | 2 | ||||
-rw-r--r-- | misc/sword15/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 0a7569f15122..94f60b558b96 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A colour-able replacement for tail(1) +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes post-install: 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 diff --git a/misc/sword/Makefile b/misc/sword/Makefile index eeff417b2c5b..600511721909 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= tabthorpe MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A project framework for manipulating Bible texts +MAKE_JOBS_SAFE= yes + USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index eeff417b2c5b..600511721909 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= tabthorpe MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A project framework for manipulating Bible texts +MAKE_JOBS_SAFE= yes + USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes |