mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
ab9d2243d1
iohyve.8.gz is never created with NO_BUILD=yes set and the build fails with: ===> Staging for iohyve-0.7.9 ===> Generating temporary packing list ... install -c iohyve.8.gz /wrkdirs/usr/ports/sysutils/iohyve/work/stage//usr/local/man/man8/ install: iohyve.8.gz: No such file or directory *** Error code 71 PR: 220624 Approved by: lme (mentor, maintainer) MFH: 2017Q3
22 lines
376 B
Makefile
22 lines
376 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= iohyve
|
|
PORTVERSION= 0.7.9
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= bhyve manager utilizing ZFS and other FreeBSD tools
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pr1ntf
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-patch:
|
|
${REINPLACE_CMD} 's%\$$(PREFIX)%${STAGEDIR}/$$(PREFIX)%g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|