mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/bitwise: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
5fa716f691
commit
f5b65d91a6
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= bitwise
|
PORTNAME= bitwise
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.50
|
DISTVERSION= 0.50
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= autoreconf localbase ncurses readline
|
USES= autoreconf localbase ncurses readline
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= mellowcandle
|
GH_ACCOUNT= mellowcandle
|
||||||
|
|
||||||
PLIST_FILES= bin/bitwise \
|
PLIST_FILES= bin/bitwise \
|
||||||
man/man1/bitwise.1.gz
|
share/man/man1/bitwise.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue