override HOME environment variable because 'make install' tries to create
$HOME/.gnome This addresses PR pkg/9956
This commit is contained in:
parent
fe2ab63720
commit
5dd75bf274
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
@ -18,6 +18,8 @@ USE_X11BASE= # defined
|
|||
GNU_CONFIGURE= # defined
|
||||
CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
#override HOME to avoid trying to install ${HOME}/.gnome
|
||||
MAKE_ENV+= HOME=${WRKSRC}
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
Loading…
Reference in a new issue