ports/net-mgmt/mdata-client/files/patch-Makefile
Steve Wills c02c7d60a8 net-mgmt/mdata-client: create port
Metadata retrieval and manipulation tools for use within guests of the SmartOS
(and SDC) hypervisor. These guests may be either SmartOS Zones or KVM virtual
machines.

WWW: https://github.com/joyent/mdata-client
2017-11-15 19:31:55 +00:00

14 lines
361 B
Text

--- 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
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)
DESTDIR = $(PWD)/proto
PROGS = \