diff options
author | garga <garga@FreeBSD.org> | 2012-07-03 06:18:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-07-03 06:18:19 +0800 |
commit | c37f3c4558eb57d56ce056ac7c706b5abb3a3301 (patch) | |
tree | 1913bada78ff7810d7b5a236354f91d21bff8a50 /textproc | |
parent | a0b1029d569aedaebb8815190c1067a402ba0715 (diff) | |
download | freebsd-ports-graphics-c37f3c4558eb57d56ce056ac7c706b5abb3a3301.tar.gz freebsd-ports-graphics-c37f3c4558eb57d56ce056ac7c706b5abb3a3301.tar.zst freebsd-ports-graphics-c37f3c4558eb57d56ce056ac7c706b5abb3a3301.zip |
remove MAKE_JOBS_SAFE since it has NO_BUILD set and silence portlint
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cdiff/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index ad2ab47ad10..17373bbdf86 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -19,7 +19,6 @@ COMMENT= Diff readability enhancher for color terminals NO_BUILD= yes NO_WRKSUBDIR= yes USE_PERL5= yes -MAKE_JOBS_SAFE= yes SRC= ${.CURDIR}/src |