aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-12 08:05:53 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-12 12:04:27 +0000
commitf5b65d91a62d3a362c00fc62d1bcafd3db6af00d (patch)
tree044b388b85de13c5c43f7acfc8eeb83e6adffb8b
parent5fa716f691e9650fbc71e81e71ed321e64df7339 (diff)
downloadports-f5b65d91a62d3a362c00fc62d1bcafd3db6af00d.tar.gz
ports-f5b65d91a62d3a362c00fc62d1bcafd3db6af00d.zip
math/bitwise: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--math/bitwise/Makefile4
1 files changed, 3 insertions, 1 deletions
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>