summaryrefslogtreecommitdiff
path: root/net/unison
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-06-15 22:11:24 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-06-15 22:11:24 +0000
commit3ef644d15afbf47d0cb6566c8ddcde02baf09f5e (patch)
tree8a6253e2582e1c47606f3712e9a8e4354eaba504 /net/unison
parent5f7a574461e5b3eac7f35a32b9e813c7c2ac6b0a (diff)
downloadpkgsrc-3ef644d15afbf47d0cb6566c8ddcde02baf09f5e.tar.gz
set HOME to WRKSRC during build to avoid looking for a users home directory
Diffstat (limited to 'net/unison')
-rw-r--r--net/unison/Makefile3
1 files changed, 2 insertions, 1 deletions
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"