mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
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
14 lines
361 B
Text
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 = \
|