16 lines
632 B
Plaintext
16 lines
632 B
Plaintext
$NetBSD: patch-aa,v 1.5 2011/01/10 12:17:43 obache Exp $
|
|
|
|
* for the case of ${PKG_SYSCONFDIR} != ${LOCALBASE}/etc
|
|
|
|
--- Makefile.orig 2006-03-19 11:32:58.000000000 +0000
|
|
+++ Makefile 2006-09-19 14:10:20.000000000 +0100
|
|
@@ -37,7 +37,7 @@
|
|
SRCS= main.c buffer.c client.c context.c listener.c masterpty.c telnet.c
|
|
SRCS+= tty.c dispatcher.c setup.c config.c server.c logger.c stdio2pty.c
|
|
|
|
-CPPFLAGS+= -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"${LOCALBASE}/etc/tits.conf\"
|
|
+CPPFLAGS+= -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"${PKG_SYSCONFDIR}/tits.conf\"
|
|
CPPFLAGS+= -DTITS_DEFAULT_LINKDIR=\"/var/run\"
|
|
LDADD+= -lwrap
|
|
PREFIX?= /usr/local
|