math/bitwise: Move man pages to share/man

Approved by:	portmgr (blanket)
2024Q2
Nuno Teixeira 2024-03-12 08:05:53 +00:00
parent 5fa716f691
commit f5b65d91a6
1 changed files with 3 additions and 1 deletions

View File

@ -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>