diff --git a/graphics/hyprland-protocols/Makefile b/graphics/hyprland-protocols/Makefile index cb910f00c9af..e8c07429b712 100644 --- a/graphics/hyprland-protocols/Makefile +++ b/graphics/hyprland-protocols/Makefile @@ -1,26 +1,28 @@ PORTNAME= hyprland-protocols DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 CATEGORIES= graphics MAINTAINER= tagattie@FreeBSD.org COMMENT= Wayland protocol extensions for Hyprland WWW= https://github.com/hyprwm/hyprland-protocols LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= meson USE_GITHUB= yes GH_ACCOUNT= hyprwm +NO_ARCH= yes + PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include