summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 07:41:49 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 07:41:49 +0100
commit1a429c19d078a25786510fcfc11dfb44038728b8 (patch)
tree64991a646e002643bc00b2a254d98f0f469ceaed /net-mgmt/irrtoolset/Makefile
parentnet-mgmt/ipv6gen: Moved man to share/man (diff)
net-mgmt/irrtoolset: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'net-mgmt/irrtoolset/Makefile')
-rw-r--r--net-mgmt/irrtoolset/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
index c1be3931fa07..7a43ad17a384 100644
--- a/net-mgmt/irrtoolset/Makefile
+++ b/net-mgmt/irrtoolset/Makefile
@@ -1,7 +1,7 @@
PORTNAME= irrtoolset
DISTVERSIONPREFIX= release-
DISTVERSION= 5.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= ports@FreeBSD.org
@@ -16,11 +16,12 @@ LICENSE_PERMS_RIPE_NCC= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= autoreconf bison gmake libtool
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GITHUB= yes
PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \
- man/man1/rtconfig.1.gz man/man1/peval.1.gz \
- man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
+ share/man/man1/rtconfig.1.gz share/man/man1/peval.1.gz \
+ share/man/man1/rpslcheck.1.gz share/man/man1/irrtoolset-errors.1.gz
.include <bsd.port.options.mk>