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 /devel | |
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 'devel')
-rw-r--r-- | devel/gettext/Makefile | 7 | ||||
-rw-r--r-- | devel/libgtop/Makefile | 4 | ||||
-rw-r--r-- | devel/libtool/Makefile | 4 |
3 files changed, 5 insertions, 10 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 0b9dc680416..1fa314915b9 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/06 15:42:55 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/05/20 20:09:50 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -8,9 +8,8 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/ MAINTAINER= tron@netbsd.org -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +GNU_CONFIGURE= yes +USE_LIBTOOL= yes INFO_FILES= gettext.info diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index fd2b5badbd8..1c6bbfa007c 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/04 21:05:59 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/05/20 20:09:50 tron Exp $ # DISTNAME= libgtop-1.0.1 @@ -26,8 +26,6 @@ IGNORE= "got broken by removal of Mach VM" CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \ --with-libgtop-guile --with-catgets CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ LOCALBASE=${LOCALBASE} \ X11BASE=${X11BASE} diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index fbe7af0cdf9..c650eb00ca9 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/14 21:39:03 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/05/20 20:09:50 tron Exp $ # DISTNAME= libtool-1.2 @@ -12,8 +12,6 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.profitpress.com/libtool/ GNU_CONFIGURE= yes -CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DATA="${INSTALL_DATA}" .if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so) CONFIGURE_ARGS= --disable-shared .endif |