summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /irc
parent- Extract command variable definitions from bsd.port.mk, they are now stored in (diff)
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=197075
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-rusnet/Makefile2
-rw-r--r--irc/tr-ircd/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/irc/ircd-rusnet/Makefile b/irc/ircd-rusnet/Makefile
index 5364893d75a3..e07bf5974ea8 100644
--- a/irc/ircd-rusnet/Makefile
+++ b/irc/ircd-rusnet/Makefile
@@ -26,7 +26,7 @@ USER= ircd
GROUP= ${USER}
NETWORK= RusNet
-VARDIR?= ${DESTDIR}/var
+VARDIR?= /var
IRCD_CONFDIR?= ${PREFIX}/etc/ircd-rusnet
IRCD_CODEPAGES?= ${IRCD_CONFDIR}/codepages
IRCD_MOTD?= ${IRCD_CONFDIR}/ircd.motd
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} \