devel/afl: install non-empty README
This commit is contained in:
parent
68ef9b3f94
commit
7e101e6102
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.65 2020/08/01 14:31:52 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2021/06/24 19:00:32 rillig Exp $
|
||||
|
||||
DISTNAME= afl-2.57b
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
@ -16,4 +17,8 @@ REPLACE_BASH+= afl-cmin
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PKGBASE:tu}-${PKGVERSION_NOREV}
|
||||
|
||||
# docs/README is empty; fixed upstream after 2.57b
|
||||
post-build:
|
||||
cp ${WRKSRC}/README.md ${WRKSRC}/docs/README
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue