diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 07:47:49 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 07:47:49 +0000 |
commit | 69f2f43a9b2ccd47ebd6c1e19ca57289691bd725 (patch) | |
tree | 7dd7606160fb612bd109a7947807c62f00ea740c /sysutils/hextools | |
parent | 51e586e0ca8b6725c150e9de381d5794effe5351 (diff) | |
download | ports-69f2f43a9b2ccd47ebd6c1e19ca57289691bd725.tar.gz ports-69f2f43a9b2ccd47ebd6c1e19ca57289691bd725.zip |
Notes
Diffstat (limited to 'sysutils/hextools')
-rw-r--r-- | sysutils/hextools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile index c9c869d20b98..9c5b16953b8f 100644 --- a/sysutils/hextools/Makefile +++ b/sysutils/hextools/Makefile @@ -10,13 +10,12 @@ COMMENT= Useful tools for dealing with hex files NO_WRKSUBDIR=yes -PLIST_FILES= bin/hex2bin bin/bin2hex man/man1/bin2hex.1 man/man1/hex2bin.1 +PLIST_FILES= bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz ALL_TARGET= build #not strictly true - it uses a self-styled license #LICENSE= BSD -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin ${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex |