Skip to content

Commit

Permalink
games/fheroes2: actually add DOCS option
Browse files Browse the repository at this point in the history
Reported by:	danfe, tobik
  • Loading branch information
pkubaj committed Jun 4, 2021
1 parent 7620e25 commit 8cef1e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions games/fheroes2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fheroes2
PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= games

MAINTAINER= pkubaj@FreeBSD.org
Expand All @@ -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>

0 comments on commit 8cef1e2

Please sign in to comment.