git: f5b65d91a62d - main - math/bitwise: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Mar 2024 12:04:44 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5b65d91a62d3a362c00fc62d1bcafd3db6af00d commit f5b65d91a62d3a362c00fc62d1bcafd3db6af00d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-12 08:05:53 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-12 12:04:27 +0000 math/bitwise: Move man pages to share/man Approved by: portmgr (blanket) --- math/bitwise/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/bitwise/Makefile b/math/bitwise/Makefile index 69cc4f2e5c91..0b7c59a5e348 100644 --- a/math/bitwise/Makefile +++ b/math/bitwise/Makefile @@ -1,6 +1,7 @@ PORTNAME= bitwise DISTVERSIONPREFIX= v DISTVERSION= 0.50 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf localbase ncurses readline GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= mellowcandle PLIST_FILES= bin/bitwise \ - man/man1/bitwise.1.gz + share/man/man1/bitwise.1.gz .include <bsd.port.mk>