Skip to content

Commit

Permalink
math/bitwise: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 12, 2024
1 parent 5fa716f commit f5b65d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion math/bitwise/Makefile
@@ -1,6 +1,7 @@
PORTNAME= bitwise
DISTVERSIONPREFIX= v
DISTVERSION= 0.50
PORTREVISION= 1
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -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>

0 comments on commit f5b65d9

Please sign in to comment.