diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-03-30 16:17:28 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-03-30 16:17:28 +0000 |
commit | eb642d570cd133d785b3f849b08881e501c355be (patch) | |
tree | 53c56d81c6ac017bb9d62c1e0a9ccad597a87f00 /misc | |
parent | faacc273b0d262346a3823e99b1ddba44f995ba5 (diff) | |
download | ports-eb642d570cd133d785b3f849b08881e501c355be.tar.gz ports-eb642d570cd133d785b3f849b08881e501c355be.zip |
Notes
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 |