diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-04-05 09:08:37 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-04-05 09:09:02 +0300 |
commit | 55e6731626d0db51a361ded313313ea21c6fef84 (patch) | |
tree | 304d9080e3e35a3351ada1748dc25b677df99212 | |
parent | math/R-cran-MatrixModels: Update to 0.5-4 (diff) |
sysutils/pollinfo: Also install man page
Reported by: kib
-rw-r--r-- | sysutils/pollinfo/Makefile | 7 |
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> |