diff options
Diffstat (limited to 'irc/tr-ircd/Makefile')
-rw-r--r-- | irc/tr-ircd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index 54c2faacdda1..7665a86bcd81 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -24,11 +24,11 @@ TRIRCD_USER?= trircd TRIRCD_GROUP?= trircd TRIRCD_RUNDIR?= /var/run/tr-ircd TRIRCD_LOGDIR?= /var/log/tr-ircd -TRIRCD_CONFDIR?= ${TARGETDIR}/etc/tr-ircd -TRIRCD_LIBDIR= ${TARGETDIR}/lib/tr-ircd -TRIRCD_INCLUDEDIR= ${TARGETDIR}/include/tr-ircd +TRIRCD_CONFDIR?= ${PREFIX}/etc/tr-ircd +TRIRCD_LIBDIR= ${PREFIX}/lib/tr-ircd +TRIRCD_INCLUDEDIR= ${PREFIX}/include/tr-ircd -CONFIGURE_ARGS= --prefix=${TARGETDIR} \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ --localstatedir=${TRIRCD_RUNDIR} \ --sysconfdir=${TRIRCD_CONFDIR} \ --libdir=${TRIRCD_LIBDIR} \ |