summaryrefslogtreecommitdiff
path: root/pkgtools/pkglibtool/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-05-20 20:09:49 +0000
committertron <tron>1999-05-20 20:09:49 +0000
commitf0218d7f18fcf1b814d581226920d4db8ec91d2c (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /pkgtools/pkglibtool/Makefile
parent86f008bf13baa153ed95972f29ee1e53b54eefc0 (diff)
downloadpkgsrc-f0218d7f18fcf1b814d581226920d4db8ec91d2c.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'pkgtools/pkglibtool/Makefile')
-rw-r--r--pkgtools/pkglibtool/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkglibtool/Makefile b/pkgtools/pkglibtool/Makefile
index 3627bf4622b..8815f597089 100644
--- a/pkgtools/pkglibtool/Makefile
+++ b/pkgtools/pkglibtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/04/14 21:39:04 tron Exp $
+# $NetBSD: Makefile,v 1.9 1999/05/20 20:09:51 tron Exp $
#
DISTNAME= libtool-1.2
@@ -10,8 +10,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