diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-16 21:59:48 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-16 21:59:48 +0000 |
commit | 3e61d7e8016993f253fc3656941d8aa1bbe6ccf7 (patch) | |
tree | 5c7980bf4b862ceb755aea2aa270373462796ee1 /misc | |
parent | 9eed5526497a902d8c3fe91c907a10f88db03189 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bogosort/Makefile | 2 | ||||
-rw-r--r-- | misc/cpuid/Makefile | 2 | ||||
-rw-r--r-- | misc/getopt/Makefile | 2 | ||||
-rw-r--r-- | misc/kbdscan/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 1ad8c7e6b697..e47ea3f744bc 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -21,6 +21,4 @@ MAN1= bogosort.1 INFO= bogosort PLIST_FILES= bin/bogosort -MAKE_JOBS_SAFE= yes - .include <bsd.port.mk> diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 563e072e22ef..72c20fde6da4 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -13,8 +13,6 @@ COMMENT= CPU identification utility PLIST_FILES= bin/cpuid ONLY_FOR_ARCHS= i386 amd64 -MAKE_JOBS_SAFE= yes - post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \ ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 900a6dfb6966..8d49c3f8033f 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -18,8 +18,6 @@ MAKE_ENV+= LIBCGETOPT=0 MAN1= getopt.1 DOCS= Changelog README -MAKE_JOBS_SAFE= yes - .include <bsd.port.options.mk> post-patch: diff --git a/misc/kbdscan/Makefile b/misc/kbdscan/Makefile index 372827f799d4..d9e7f35b25ff 100644 --- a/misc/kbdscan/Makefile +++ b/misc/kbdscan/Makefile @@ -12,8 +12,6 @@ LICENSE= ISCL USE_BZIP2= yes -MAKE_JOBS_SAFE= yes - PLIST_FILES= bin/${PORTNAME} do-install: |