Skip to content

Commit

Permalink
net-mgmt/mdata-client: 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 20, 2024
1 parent 1475626 commit 42ce333
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions net-mgmt/mdata-client/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mdata-client
PORTVERSION= 20151001
PORTREVISION= 1
CATEGORIES= net-mgmt

MAINTAINER= otis@FreeBSD.org
Expand Down
4 changes: 2 additions & 2 deletions net-mgmt/mdata-client/files/patch-Makefile
@@ -1,14 +1,14 @@
--- Makefile.orig 2015-04-24 23:13:47 UTC
+++ Makefile
@@ -18,9 +18,9 @@ HDRS = dynstr.h plat.h proto.h common.h base64.h crc32
@@ -18,9 +18,9 @@ LDLIBS =
CFLAGS = -I$(PWD) -Wall -Wextra -Werror -g -O2
LDLIBS =

-BINDIR = /usr/sbin
+BINDIR = ${PREFIX}/sbin
MANSECT = 1m
-MANDIR = /usr/share/man/man$(MANSECT)
+MANDIR = ${PREFIX}/man/man$(MANSECT)
+MANDIR = ${PREFIX}/share/man/man$(MANSECT)
DESTDIR = $(PWD)/proto

PROGS = \
8 changes: 4 additions & 4 deletions net-mgmt/mdata-client/pkg-plist
@@ -1,8 +1,8 @@
man/man1/mdata-delete.1.gz
man/man1/mdata-get.1.gz
man/man1/mdata-list.1.gz
man/man1/mdata-put.1.gz
sbin/mdata-delete
sbin/mdata-get
sbin/mdata-list
sbin/mdata-put
share/man/man1/mdata-delete.1.gz
share/man/man1/mdata-get.1.gz
share/man/man1/mdata-list.1.gz
share/man/man1/mdata-put.1.gz

0 comments on commit 42ce333

Please sign in to comment.