summaryrefslogtreecommitdiff
path: root/net/ircu
diff options
context:
space:
mode:
authortv <tv>1998-11-24 20:54:03 +0000
committertv <tv>1998-11-24 20:54:03 +0000
commitcf82e10cd86b02303b210e1bef4a63dff1d7b518 (patch)
treef5271f465f101fdc1469ca970d519ed438c9e8cf /net/ircu
parent626849af316e919a9f4fed8e8dd0b71ba4457e7d (diff)
downloadpkgsrc-cf82e10cd86b02303b210e1bef4a63dff1d7b518.tar.gz
Make sure to propagate PREFIX to the secondary configure, or the ircd
binary will have the wrong compiled in default paths.
Diffstat (limited to 'net/ircu')
-rw-r--r--net/ircu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ircu/Makefile b/net/ircu/Makefile
index 156a7e9e323..3308aa24dda 100644
--- a/net/ircu/Makefile
+++ b/net/ircu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/11/24 20:37:39 tv Exp $
+# $NetBSD: Makefile,v 1.2 1998/11/24 20:54:03 tv Exp $
#
DISTNAME= ircu2.10.04
@@ -17,7 +17,7 @@ IS_INTERACTIVE= yes
post-configure:
@${CP} ${FILESDIR}/config ${WRKSRC}/config/.config
@cd ${WRKSRC} && \
- ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" config
+ ${MAKE} PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" config
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/etc/ircd ${PREFIX}/share/doc/ircd