diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 23:08:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 23:08:31 +0800 |
commit | 073eb93b9c8d275ee6f90d4cbad8d6cf1d8aaa3c (patch) | |
tree | 18fe6ca85ed026e9a2efb7f7b0f20c9ca03884f7 /www/linklint | |
parent | 0adc8ef2223fcf68c61faaae7f09fe689530e2a1 (diff) | |
download | freebsd-ports-gnome-073eb93b9c8d275ee6f90d4cbad8d6cf1d8aaa3c.tar.gz freebsd-ports-gnome-073eb93b9c8d275ee6f90d4cbad8d6cf1d8aaa3c.tar.zst freebsd-ports-gnome-073eb93b9c8d275ee6f90d4cbad8d6cf1d8aaa3c.zip |
Remove MAKE_JOBS_SAFE, port has no build target.
Diffstat (limited to 'www/linklint')
-rw-r--r-- | www/linklint/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/linklint/Makefile b/www/linklint/Makefile index ce6b86f222be..c0f3ce3556b4 100644 --- a/www/linklint/Makefile +++ b/www/linklint/Makefile @@ -16,7 +16,6 @@ COMMENT= Perl script that checks links on web sites USE_PERL5_RUN= yes NO_BUILD= yes -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/linklint |