summaryrefslogtreecommitdiff
path: root/x11/gtk10/Makefile
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/gtk10/Makefile
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/gtk10/Makefile')
-rw-r--r--x11/gtk10/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile
index 6b9d714152b..bd2d46b9c9b 100644
--- a/x11/gtk10/Makefile
+++ b/x11/gtk10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/02/19 14:22:47 rh Exp $
+# $NetBSD: Makefile,v 1.9 1999/05/20 20:09:53 tron Exp $
DISTNAME= gtk+-1.0.6
PKGNAME= gtk10-1.0.6
@@ -16,8 +16,6 @@ USE_LIBTOOL= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- INSTALL_DATA="${INSTALL_DATA}"
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk10
CFLAGS= -pipe -O2