summaryrefslogtreecommitdiff
path: root/print/gnome-print
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-04-24 14:14:35 +0000
committerdmcmahill <dmcmahill>2000-04-24 14:14:35 +0000
commit1c9e599b5231cf28271171d667395f8b44878ce3 (patch)
tree4c301cb6788c57ac0b995e05d700d38a90be4409 /print/gnome-print
parent696b1a6d28cad29151ec1a4102241e8646505b85 (diff)
downloadpkgsrc-1c9e599b5231cf28271171d667395f8b44878ce3.tar.gz
override HOME environment variable because 'make install' tries to create
$HOME/.gnome This addresses PR pkg/9956
Diffstat (limited to 'print/gnome-print')
-rw-r--r--print/gnome-print/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index e3578bdd641..43b018be54d 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -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