diff options
author | tron <tron> | 1999-05-20 20:09:49 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-20 20:09:49 +0000 |
commit | e1698a612cb66d54a6dd358e5b5f1adbaa3799eb (patch) | |
tree | e979d11b483b9d58d67bb07ed6f24bc21f5ec34a /x11/gtk-- | |
parent | d67f38247ac026d326fe2ddbe06d658f370f9f47 (diff) | |
download | pkgsrc-e1698a612cb66d54a6dd358e5b5f1adbaa3799eb.tar.gz |
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'x11/gtk--')
-rw-r--r-- | x11/gtk--/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile index 5a2b6ddbe3e..9c2a43f0c66 100644 --- a/x11/gtk--/Makefile +++ b/x11/gtk--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/05/02 14:35:58 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/20 20:09:52 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp # @@ -23,7 +23,6 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ARGS= --without-gnome .include "../../mk/bsd.pkg.mk" |