diff options
author | tv <tv@pkgsrc.org> | 1998-11-24 20:54:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-11-24 20:54:03 +0000 |
commit | a52b8ac339c275c0fae51838c11d75b6ed96a3a8 (patch) | |
tree | f5271f465f101fdc1469ca970d519ed438c9e8cf /net/ircu/Makefile | |
parent | 01ba827cd2753b15501f961042dcd1335c7445fb (diff) | |
download | pkgsrc-a52b8ac339c275c0fae51838c11d75b6ed96a3a8.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/Makefile')
-rw-r--r-- | net/ircu/Makefile | 4 |
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 |