summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
committertron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
commit02e48b67b3fe395d3dfb005df2bfffac8b576246 (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /x11/gnome-libs
parent753518d70fec3267b9cc844f5624786ddb7f19e0 (diff)
downloadpkgsrc-02e48b67b3fe395d3dfb005df2bfffac8b576246.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 54bf4be6b1d..716545145c6 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1999/05/04 20:31:32 tron Exp $
+# $NetBSD: Makefile,v 1.24 1999/05/20 20:09:52 tron Exp $
#
DISTNAME= gnome-libs-1.0.9
@@ -24,7 +24,6 @@ LDFLAGS+= "-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${LOCALBASE}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
LOCALBASE=${LOCALBASE} \
X11BASE=${X11BASE}