diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-09 04:23:38 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-09 04:23:38 +0800 |
commit | b3e2a616bf4f16ffe6f624ef58870247b8881f68 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /misc/cpuid | |
parent | 32b35224b94cc3e8dbefc480ce0db2b1dfbe129a (diff) | |
download | freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.gz freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.zst freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.zip |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc)
Diffstat (limited to 'misc/cpuid')
-rw-r--r-- | misc/cpuid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 72c20fde6da4..563e072e22ef 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -13,6 +13,8 @@ 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 |