summaryrefslogtreecommitdiff
path: root/sysutils/dmidecode/patches/patch-aa
blob: a0db938b44600cc5427c51d55012d9acd0a46c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.4 2006/12/23 10:30:59 wiz Exp $

--- Makefile.orig	2005-10-03 20:38:20.000000000 +0200
+++ Makefile
@@ -22,9 +22,9 @@ CFLAGS += -O2
 LDFLAGS =
 
 DESTDIR =
-prefix  = /usr/local
+prefix  = ${PREFIX}
 sbindir = $(prefix)/sbin
-mandir  = $(prefix)/share/man
+mandir  = $(prefix)/${PKGMANDIR}
 man8dir = $(mandir)/man8
 docdir  = $(prefix)/share/doc/dmidecode