summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-04-24 14:14:35 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-04-24 14:14:35 +0000
commit5dd75bf27464470a91cc2be7850538912239e7b3 (patch)
tree4c301cb6788c57ac0b995e05d700d38a90be4409 /print
parentfe2ab63720ce79cfbbf4b46dfdb38216682e3d37 (diff)
downloadpkgsrc-5dd75bf27464470a91cc2be7850538912239e7b3.tar.gz
override HOME environment variable because 'make install' tries to create
$HOME/.gnome This addresses PR pkg/9956
Diffstat (limited to '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