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 /sysutils/hextools | |
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 'sysutils/hextools')
-rw-r--r-- | sysutils/hextools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile index 82c153f164f7..1afed552bd87 100644 --- a/sysutils/hextools/Makefile +++ b/sysutils/hextools/Makefile @@ -17,6 +17,8 @@ ALL_TARGET= build #not strictly true - it uses a self-styled license #LICENSE= BSD +MAKE_JOBS_SAFE= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${PREFIX}/bin/hex2bin ${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${PREFIX}/bin/bin2hex |