diff options
author | tron <tron@pkgsrc.org> | 1999-05-20 20:09:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-20 20:09:49 +0000 |
commit | 02e48b67b3fe395d3dfb005df2bfffac8b576246 (patch) | |
tree | e979d11b483b9d58d67bb07ed6f24bc21f5ec34a /corba | |
parent | 753518d70fec3267b9cc844f5624786ddb7f19e0 (diff) | |
download | pkgsrc-02e48b67b3fe395d3dfb005df2bfffac8b576246.tar.gz |
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'corba')
-rw-r--r-- | corba/ORBit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index 01021bde515..64a93b1277a 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/05/02 14:29:16 tron Exp $ +# $NetBSD: Makefile,v 1.19 1999/05/20 20:09:50 tron Exp $ # DISTNAME= ORBit-0.4.3 @@ -16,7 +16,6 @@ DEPENDS+= gindent-1.9.1:../../devel/gindent GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes -CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" LIBTOOL_FLAGS= --install-la INFO_FILES= libIDL.info |