summaryrefslogtreecommitdiff
path: root/x11/gnome-core
diff options
context:
space:
mode:
authortron <tron>1999-05-20 20:09:49 +0000
committertron <tron>1999-05-20 20:09:49 +0000
commitf0218d7f18fcf1b814d581226920d4db8ec91d2c (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /x11/gnome-core
parent86f008bf13baa153ed95972f29ee1e53b54eefc0 (diff)
downloadpkgsrc-f0218d7f18fcf1b814d581226920d4db8ec91d2c.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'x11/gnome-core')
-rw-r--r--x11/gnome-core/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index d2542b6d14b..d73ee00b66d 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/05/20 19:12:12 tron Exp $
+# $NetBSD: Makefile,v 1.18 1999/05/20 20:09:53 tron Exp $
#
DISTNAME= gnome-core-1.0.5
@@ -27,8 +27,7 @@ LOCALSTATEDIR= /var/gnome
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${LOCALBASE}
CPPFLAGS= -I${LOCALBASE}/include -I${WRKDIR}
-CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \
+CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \
CPPFLAGS="${CPPFLAGS}"
pre-configure: