override HOME environment variable because 'make install' tries to create

$HOME/.gnome
This addresses PR pkg/9956
This commit is contained in:
dmcmahill 2000-04-24 14:14:35 +00:00
parent fe2ab63720
commit 5dd75bf274

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2000/04/20 16:32:07 jlam Exp $ # $NetBSD: Makefile,v 1.22 2000/04/24 14:14:35 dmcmahill Exp $
# #
DISTNAME= gnome-print-0.18 DISTNAME= gnome-print-0.18
@ -18,6 +18,8 @@ USE_X11BASE= # defined
GNU_CONFIGURE= # defined GNU_CONFIGURE= # defined
CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
#override HOME to avoid trying to install ${HOME}/.gnome
MAKE_ENV+= HOME=${WRKSRC}
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib