Date: Fri, 4 Jun 2021 23:49:09 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8cef1e2764ce - main - games/fheroes2: actually add DOCS option Message-ID: <202106042349.154Nn9tJ071814@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8cef1e2764ceccf6955dea9f5a11a8708df45443 commit 8cef1e2764ceccf6955dea9f5a11a8708df45443 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-04 23:48:58 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-04 23:48:58 +0000 games/fheroes2: actually add DOCS option Reported by: danfe, tobik --- games/fheroes2/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile index 10977aeb9d7c..a1df946e4049 100644 --- a/games/fheroes2/Makefile +++ b/games/fheroes2/Makefile @@ -1,5 +1,6 @@ PORTNAME= fheroes2 PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org @@ -15,8 +16,10 @@ USE_GITHUB= yes GH_ACCOUNT= ihhub USE_SDL= image2 mixer2 sdl2 ttf2 +OPTIONS_DEFINE= DOCS + PLIST_FILES= bin/${PORTNAME} -PORTDOCS= ${DOCSDIR}/README.txt \ - ${DOCSDIR}/changelog.txt +PORTDOCS= README.txt \ + changelog.txt .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106042349.154Nn9tJ071814>