diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-28 15:47:49 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-28 15:47:49 +0800 |
commit | b02a7fd3e12b2420b3b0d38292714bc733b67a01 (patch) | |
tree | 7dd7606160fb612bd109a7947807c62f00ea740c /sysutils | |
parent | 2da5d2dd6b302f2c0b1169fe6f26a230741226ce (diff) | |
download | freebsd-ports-gnome-b02a7fd3e12b2420b3b0d38292714bc733b67a01.tar.gz freebsd-ports-gnome-b02a7fd3e12b2420b3b0d38292714bc733b67a01.tar.zst freebsd-ports-gnome-b02a7fd3e12b2420b3b0d38292714bc733b67a01.zip |
Finish converting to STAGEDIR.
Reported by: ohauer
Diffstat (limited to 'sysutils')
-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 |