From fe0d5d2ed7aa556abc2379d6c04fa0fdb7cfbf6b Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 15 Jun 2002 22:11:24 +0000 Subject: set HOME to WRKSRC during build to avoid looking for a users home directory --- net/unison/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/unison/Makefile b/net/unison/Makefile index 4a7dedaec29..ac3df528fc4 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/06/01 04:41:30 deberg Exp $ +# $NetBSD: Makefile,v 1.8 2002/06/15 22:11:24 dmcmahill Exp $ # DISTNAME= src @@ -18,6 +18,7 @@ DIST_SUBDIR= ${PKGNAME} WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes MAKE_FLAGS+= CFLAGS="" UISTYLE=text +MAKE_ENV+= HOME=${WRKDIR} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3