bda2cca5e0
ok bernd
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2008/02/07 12:42:11 sthen Exp $
|
|
--- Makefile.orig Fri Nov 30 22:11:30 2007
|
|
+++ Makefile Thu Feb 7 11:44:00 2008
|
|
@@ -1,7 +1,7 @@
|
|
-prefix=/usr/local
|
|
+prefix=$(LOCALBASE)
|
|
sbindir=$(prefix)/sbin
|
|
datadir=$(prefix)/share
|
|
-mandir=$(datadir)/man
|
|
+mandir=$(prefix)/man
|
|
|
|
DESTDIR=
|
|
|