View | Details | Raw Unified | Return to bug 222569 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 8-21 Link Here
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
9
COMMENT=	Useful tools for dealing with hex files
9
COMMENT=	Useful tools for dealing with hex files
10
10
11
LICENSE=	HEXTOOLS
12
LICENSE_NAME=	License of hextools
13
LICENSE_FILE=	${FILESDIR}/LICENSE
14
LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
15
11
NO_WRKSUBDIR=yes
16
NO_WRKSUBDIR=yes
12
17
13
PLIST_FILES=	bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz
18
PLIST_FILES=	bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz
14
ALL_TARGET=	build
19
ALL_TARGET=	build
15
20
16
#not strictly true - it uses a self-styled license
17
#LICENSE=	BSD
18
19
do-install:
21
do-install:
20
	${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin
22
	${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin
21
	${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex
23
	${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex

Return to bug 222569