1514db43ee
- Tweak configuration (e.g. add KNF indent mode). - Fix WANTLIB. - Drop official maintainership. However, this is still my most important application on OpenBSD. I'll definitely keep an eye on this port. on behalf of mgrimm@
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2011/01/16 19:58:18 naddy Exp $
|
|
--- Makefile.orig Sun Jan 18 17:55:27 2009
|
|
+++ Makefile Sun Jan 18 18:26:39 2009
|
|
@@ -1,7 +1,7 @@
|
|
PREFIX?=/usr/local
|
|
|
|
BINDIR=$(PREFIX)/bin
|
|
-LIBDIR=$(PREFIX)/lib/fte
|
|
+LIBDIR=$(PREFIX)/share/fte
|
|
CONFIGDIR=$(LIBDIR)/config
|
|
|
|
.PHONY: all install
|