aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 10:05:22 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 11:06:22 +0000
commitdc9e07825cb29a17286145f4f909a1eb963050c6 (patch)
tree08ddabdcbd8e041aeed11d27d6f9ef08f4049f37
parent0c65b1e1c922b6e9c0bf58f2bdf45e0ef37aac3d (diff)
downloadports-dc9e07825cb29a17286145f4f909a1eb963050c6.tar.gz
ports-dc9e07825cb29a17286145f4f909a1eb963050c6.zip
misc/dynomite: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/dynomite/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/dynomite/Makefile b/misc/dynomite/Makefile
index 899663cb3109..b04e61734ec8 100644
--- a/misc/dynomite/Makefile
+++ b/misc/dynomite/Makefile
@@ -1,6 +1,7 @@
PORTNAME= dynomite
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.22
+PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
@@ -17,6 +18,7 @@ BROKEN_riscv64= fails to configure: configure: error: /bin/sh config/config.sub
USES= autoreconf gmake libtool ssl
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= Netflix
@@ -25,9 +27,9 @@ CFLAGS+= -fcommon
LDFLAGS+= -lexecinfo
PLIST_FILES= bin/dynomite-hash-tool \
- man/man8/dynomite.8.gz \
sbin/dynomite \
- sbin/dynomite-test
+ sbin/dynomite-test \
+ share/man/man8/dynomite.8.gz
.include <bsd.port.pre.mk>