summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/pollinfo/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/pollinfo/Makefile b/sysutils/pollinfo/Makefile
index dc47b4266047..f34ceccd67c9 100644
--- a/sysutils/pollinfo/Makefile
+++ b/sysutils/pollinfo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pollinfo
DISTVERSION= g20250404
+PORTREVISION= 1
CATEGORIES= sysutils devel
MAINTAINER= arrowd@FreeBSD.org
@@ -14,6 +15,10 @@ USE_GITHUB= yes
GH_ACCOUNT= kostikbel
GH_TAGNAME= 0f900f2ee101fc374c1d945c4a548683438cfe46
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} \
+ share/man/man1/pollinfo.1.gz
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/pollinfo.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>