Skip to content

Commit

Permalink
misc/dynomite: 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 17, 2024
1 parent 0c65b1e commit dc9e078
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions misc/dynomite/Makefile
@@ -1,6 +1,7 @@
PORTNAME= dynomite
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.22
PORTREVISION= 1
CATEGORIES= misc

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

Expand Down

0 comments on commit dc9e078

Please sign in to comment.